Package com.eventstore.dbclient
Class Client
- java.lang.Object
-
- com.eventstore.dbclient.Client
-
public class Client extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Clientcreate(ClientSettings settings)PersistentSubscriptionspersistentSubscriptions()voidshutdown()Streamsstreams()
-
-
-
Method Detail
-
create
public static Client create(ClientSettings settings)
-
streams
public Streams streams()
-
persistentSubscriptions
public PersistentSubscriptions persistentSubscriptions()
-
shutdown
public void shutdown() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-