Package com.eventstore.dbclient
Class EventStoreDBClientBase
- java.lang.Object
-
- com.eventstore.dbclient.EventStoreDBClientBase
-
- Direct Known Subclasses:
EventStoreDBClient,EventStoreDBPersistentSubscriptionsClient,EventStoreDBProjectionManagementClient
public class EventStoreDBClientBase extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected GrpcClientclientprotected UserCredentialscredentials
-
Constructor Summary
Constructors Modifier Constructor Description protectedEventStoreDBClientBase(EventStoreDBClientSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshutdown()
-
-
-
Field Detail
-
client
protected final GrpcClient client
-
credentials
protected final UserCredentials credentials
-
-
Constructor Detail
-
EventStoreDBClientBase
protected EventStoreDBClientBase(EventStoreDBClientSettings settings)
-
-