Class EventStoreDBClientBase

java.lang.Object
com.eventstore.dbclient.EventStoreDBClientBase
Direct Known Subclasses:
EventStoreDBClient

public class EventStoreDBClientBase extends Object
  • Method Details

    • shutdown

      public CompletableFuture<Void> shutdown()
      Closes a connection and cleans all its allocated resources.
    • isShutdown

      public boolean isShutdown()
      Checks if this client instance has been shutdown. After shutdown a client instance can no longer process new operations and a new client instance has to be created.
      Returns:
      true if client instance has been shutdown.
    • getServerVersion

      public CompletableFuture<Optional<ServerVersion>> getServerVersion()