Package com.eventstore.dbclient
Class AbstractCreatePersistentSubscription
- java.lang.Object
-
- com.eventstore.dbclient.AbstractCreatePersistentSubscription
-
- Direct Known Subclasses:
CreatePersistentSubscription,CreatePersistentSubscriptionToAll
public abstract class AbstractCreatePersistentSubscription extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractCreatePersistentSubscription(GrpcClient client, java.lang.String group, AbstractPersistentSubscriptionSettings settings, io.grpc.Metadata metadata)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract com.eventstore.dbclient.proto.persistentsubscriptions.Persistent.CreateReq.Options.BuildercreateOptions()protected com.eventstore.dbclient.proto.persistentsubscriptions.Persistent.CreateReq.Settings.BuildercreateSettings()java.util.concurrent.CompletableFutureexecute()
-
-
-
Constructor Detail
-
AbstractCreatePersistentSubscription
public AbstractCreatePersistentSubscription(GrpcClient client, java.lang.String group, AbstractPersistentSubscriptionSettings settings, io.grpc.Metadata metadata)
-
-
Method Detail
-
createSettings
protected com.eventstore.dbclient.proto.persistentsubscriptions.Persistent.CreateReq.Settings.Builder createSettings()
-
createOptions
protected abstract com.eventstore.dbclient.proto.persistentsubscriptions.Persistent.CreateReq.Options.Builder createOptions()
-
execute
public java.util.concurrent.CompletableFuture execute()
-
-