Class ProjectionsGrpc.ProjectionsFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ProjectionsGrpc.ProjectionsFutureStub>
-
- com.eventstore.dbclient.proto.projections.ProjectionsGrpc.ProjectionsFutureStub
-
- Enclosing class:
- ProjectionsGrpc
public static final class ProjectionsGrpc.ProjectionsFutureStub extends io.grpc.stub.AbstractFutureStub<ProjectionsGrpc.ProjectionsFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Projections.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProjectionsGrpc.ProjectionsFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.CreateResp>create(Projectionmanagement.CreateReq request)com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.DeleteResp>delete(Projectionmanagement.DeleteReq request)com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.DisableResp>disable(Projectionmanagement.DisableReq request)com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.EnableResp>enable(Projectionmanagement.EnableReq request)com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.ResetResp>reset(Projectionmanagement.ResetReq request)com.google.common.util.concurrent.ListenableFuture<Shared.Empty>restartSubsystem(Shared.Empty request)com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.ResultResp>result(Projectionmanagement.ResultReq request)com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.StateResp>state(Projectionmanagement.StateReq request)com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.UpdateResp>update(Projectionmanagement.UpdateReq request)
-
-
-
Method Detail
-
build
protected ProjectionsGrpc.ProjectionsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ProjectionsGrpc.ProjectionsFutureStub>
-
create
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.CreateResp> create(Projectionmanagement.CreateReq request)
-
update
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.UpdateResp> update(Projectionmanagement.UpdateReq request)
-
delete
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.DeleteResp> delete(Projectionmanagement.DeleteReq request)
-
disable
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.DisableResp> disable(Projectionmanagement.DisableReq request)
-
enable
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.EnableResp> enable(Projectionmanagement.EnableReq request)
-
reset
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.ResetResp> reset(Projectionmanagement.ResetReq request)
-
state
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.StateResp> state(Projectionmanagement.StateReq request)
-
result
public com.google.common.util.concurrent.ListenableFuture<Projectionmanagement.ResultResp> result(Projectionmanagement.ResultReq request)
-
restartSubsystem
public com.google.common.util.concurrent.ListenableFuture<Shared.Empty> restartSubsystem(Shared.Empty request)
-
-