Package com.eventstore.dbclient
Class AbstractDeletePersistentSubscription
- java.lang.Object
-
- com.eventstore.dbclient.AbstractDeletePersistentSubscription
-
- Direct Known Subclasses:
DeletePersistentSubscription,DeletePersistentSubscriptionToAll
public abstract class AbstractDeletePersistentSubscription extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractDeletePersistentSubscription(GrpcClient client, java.lang.String group, DeletePersistentSubscriptionOptions options)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract com.eventstore.dbclient.proto.persistentsubscriptions.Persistent.DeleteReq.Options.BuildercreateOptions()java.util.concurrent.CompletableFutureexecute()
-
-
-
Constructor Detail
-
AbstractDeletePersistentSubscription
public AbstractDeletePersistentSubscription(GrpcClient client, java.lang.String group, DeletePersistentSubscriptionOptions options)
-
-