interface com.mongodb.internal.connection.DnsSrvRecordInitializer
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.mongodb.internal.connection.DnsSrvRecordInitializer
  super_class: java.lang.Object
{
  public abstract void initialize(java.util.Collection<com.mongodb.ServerAddress>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<Lcom/mongodb/ServerAddress;>;)V
    MethodParameters:
       Name  Flags
      hosts  

  public abstract void initialize(com.mongodb.MongoException);
    descriptor: (Lcom/mongodb/MongoException;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                         Name  Flags
      initializationException  

  public abstract com.mongodb.connection.ClusterType getClusterType();
    descriptor: ()Lcom/mongodb/connection/ClusterType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "DnsSrvRecordInitializer.java"