Class ProjectionsGrpc
java.lang.Object
com.eventstore.dbclient.proto.projections.ProjectionsGrpc
@Generated(value="by gRPC proto compiler (version 1.71.0)",
comments="Source: projectionmanagement.proto")
public final class ProjectionsGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do limited synchronous rpc calls to service Projections.static final classA stub to allow clients to do synchronous rpc calls to service Projections.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service Projections.static classBase class for the server implementation of the service Projections.static final classA stub to allow clients to do asynchronous rpc calls to service Projections. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(ProjectionsGrpc.AsyncService service) static io.grpc.MethodDescriptor<Projectionmanagement.CreateReq,Projectionmanagement.CreateResp> static io.grpc.MethodDescriptor<Projectionmanagement.DeleteReq,Projectionmanagement.DeleteResp> static io.grpc.MethodDescriptor<Projectionmanagement.DisableReq,Projectionmanagement.DisableResp> static io.grpc.MethodDescriptor<Projectionmanagement.EnableReq,Projectionmanagement.EnableResp> static io.grpc.MethodDescriptor<Projectionmanagement.ResetReq,Projectionmanagement.ResetResp> static io.grpc.MethodDescriptor<Shared.Empty,Shared.Empty> static io.grpc.MethodDescriptor<Projectionmanagement.ResultReq,Projectionmanagement.ResultResp> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<Projectionmanagement.StateReq,Projectionmanagement.StateResp> static io.grpc.MethodDescriptor<Projectionmanagement.StatisticsReq,Projectionmanagement.StatisticsResp> static io.grpc.MethodDescriptor<Projectionmanagement.UpdateReq,Projectionmanagement.UpdateResp> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewBlockingV2Stub(io.grpc.Channel channel) Creates a new blocking-style stub that supports all types of calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getCreateMethod
public static io.grpc.MethodDescriptor<Projectionmanagement.CreateReq,Projectionmanagement.CreateResp> getCreateMethod() -
getUpdateMethod
public static io.grpc.MethodDescriptor<Projectionmanagement.UpdateReq,Projectionmanagement.UpdateResp> getUpdateMethod() -
getDeleteMethod
public static io.grpc.MethodDescriptor<Projectionmanagement.DeleteReq,Projectionmanagement.DeleteResp> getDeleteMethod() -
getStatisticsMethod
public static io.grpc.MethodDescriptor<Projectionmanagement.StatisticsReq,Projectionmanagement.StatisticsResp> getStatisticsMethod() -
getDisableMethod
public static io.grpc.MethodDescriptor<Projectionmanagement.DisableReq,Projectionmanagement.DisableResp> getDisableMethod() -
getEnableMethod
public static io.grpc.MethodDescriptor<Projectionmanagement.EnableReq,Projectionmanagement.EnableResp> getEnableMethod() -
getResetMethod
public static io.grpc.MethodDescriptor<Projectionmanagement.ResetReq,Projectionmanagement.ResetResp> getResetMethod() -
getStateMethod
public static io.grpc.MethodDescriptor<Projectionmanagement.StateReq,Projectionmanagement.StateResp> getStateMethod() -
getResultMethod
public static io.grpc.MethodDescriptor<Projectionmanagement.ResultReq,Projectionmanagement.ResultResp> getResultMethod() -
getRestartSubsystemMethod
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingV2Stub
Creates a new blocking-style stub that supports all types of calls on the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(ProjectionsGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-