Package com.eventstore.dbclient
Class EventStoreDBClientBase
java.lang.Object
com.eventstore.dbclient.EventStoreDBClientBase
- Direct Known Subclasses:
EventStoreDBClient
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this client instance has been shutdown.shutdown()Closes a connection and cleans all its allocated resources.
-
Method Details
-
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:
trueif client instance has been shutdown.
-
getServerVersion
-