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