Package com.eventstore.dbclient
Class DeletePersistentSubscription
- java.lang.Object
-
- com.eventstore.dbclient.DeletePersistentSubscription
-
public class DeletePersistentSubscription extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeletePersistentSubscription(GrpcClient client, java.lang.String stream, java.lang.String group, DeletePersistentSubscriptionOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFutureexecute()
-
-
-
Constructor Detail
-
DeletePersistentSubscription
public DeletePersistentSubscription(GrpcClient client, java.lang.String stream, java.lang.String group, DeletePersistentSubscriptionOptions options)
-
-