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