Package com.eventstore.dbclient
Class CreatePersistentSubscriptionToAll
- java.lang.Object
-
- com.eventstore.dbclient.AbstractCreatePersistentSubscription
-
- com.eventstore.dbclient.CreatePersistentSubscriptionToAll
-
public class CreatePersistentSubscriptionToAll extends AbstractCreatePersistentSubscription
-
-
Constructor Summary
Constructors Constructor Description CreatePersistentSubscriptionToAll(GrpcClient client, java.lang.String group, CreatePersistentSubscriptionToAllOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.eventstore.dbclient.proto.persistentsubscriptions.Persistent.CreateReq.Options.BuildercreateOptions()-
Methods inherited from class com.eventstore.dbclient.AbstractCreatePersistentSubscription
createSettings, execute
-
-
-
-
Constructor Detail
-
CreatePersistentSubscriptionToAll
public CreatePersistentSubscriptionToAll(GrpcClient client, java.lang.String group, CreatePersistentSubscriptionToAllOptions options)
-
-
Method Detail
-
createOptions
protected com.eventstore.dbclient.proto.persistentsubscriptions.Persistent.CreateReq.Options.Builder createOptions()
- Specified by:
createOptionsin classAbstractCreatePersistentSubscription
-
-