public interface com.mongodb.internal.connection.ClusterableServerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.mongodb.internal.connection.ClusterableServerFactory
  super_class: java.lang.Object
{
  public abstract com.mongodb.internal.connection.ClusterableServer create(com.mongodb.ServerAddress, com.mongodb.event.ServerListener, com.mongodb.internal.connection.ClusterClock);
    descriptor: (Lcom/mongodb/ServerAddress;Lcom/mongodb/event/ServerListener;Lcom/mongodb/internal/connection/ClusterClock;)Lcom/mongodb/internal/connection/ClusterableServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      serverAddress   
      serverListener  
      clusterClock    

  public abstract com.mongodb.connection.ServerSettings getSettings();
    descriptor: ()Lcom/mongodb/connection/ServerSettings;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ClusterableServerFactory.java"