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