public class KurrentDBClientBase
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<java.util.Optional<ServerVersion>> |
getServerVersion() |
boolean |
isShutdown()
Checks if this client instance has been shutdown.
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
shutdown()
Closes a connection and cleans all its allocated resources.
|
public java.util.concurrent.CompletableFuture<java.lang.Void> shutdown()
public boolean isShutdown()
true if client instance has been shutdown.public java.util.concurrent.CompletableFuture<java.util.Optional<ServerVersion>> getServerVersion()