Class EventStoreDBClientBase

    • Field Detail

      • client

        protected final com.eventstore.dbclient.GrpcClient client
    • Method Detail

      • shutdown

        public void shutdown()
                      throws java.util.concurrent.ExecutionException,
                             java.lang.InterruptedException
        Throws:
        java.util.concurrent.ExecutionException
        java.lang.InterruptedException
      • 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.