Class GatewayGrpc
java.lang.Object
io.camunda.zeebe.gateway.protocol.GatewayGrpc
@Generated(value="by gRPC proto compiler (version 1.54.0)",
comments="Source: gateway.proto")
public final class GatewayGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do synchronous rpc calls to service Gateway.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service Gateway.static classBase class for the server implementation of the service Gateway.static final classA stub to allow clients to do asynchronous rpc calls to service Gateway. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(GatewayGrpc.AsyncService service) static io.grpc.MethodDescriptor<GatewayOuterClass.ActivateJobsRequest,GatewayOuterClass.ActivateJobsResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.BroadcastSignalRequest,GatewayOuterClass.BroadcastSignalResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.CancelProcessInstanceRequest,GatewayOuterClass.CancelProcessInstanceResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.CompleteJobRequest,GatewayOuterClass.CompleteJobResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.CreateProcessInstanceRequest,GatewayOuterClass.CreateProcessInstanceResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.CreateProcessInstanceWithResultRequest,GatewayOuterClass.CreateProcessInstanceWithResultResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.DeleteResourceRequest,GatewayOuterClass.DeleteResourceResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.DeployProcessRequest,GatewayOuterClass.DeployProcessResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.DeployResourceRequest,GatewayOuterClass.DeployResourceResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.EvaluateDecisionRequest,GatewayOuterClass.EvaluateDecisionResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.FailJobRequest,GatewayOuterClass.FailJobResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.ModifyProcessInstanceRequest,GatewayOuterClass.ModifyProcessInstanceResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.PublishMessageRequest,GatewayOuterClass.PublishMessageResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.ResolveIncidentRequest,GatewayOuterClass.ResolveIncidentResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<GatewayOuterClass.SetVariablesRequest,GatewayOuterClass.SetVariablesResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.ThrowErrorRequest,GatewayOuterClass.ThrowErrorResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.TopologyRequest,GatewayOuterClass.TopologyResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.UpdateJobRetriesRequest,GatewayOuterClass.UpdateJobRetriesResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic GatewayGrpc.GatewayStubnewStub(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
-
getActivateJobsMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.ActivateJobsRequest,GatewayOuterClass.ActivateJobsResponse> getActivateJobsMethod() -
getCancelProcessInstanceMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.CancelProcessInstanceRequest,GatewayOuterClass.CancelProcessInstanceResponse> getCancelProcessInstanceMethod() -
getCompleteJobMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.CompleteJobRequest,GatewayOuterClass.CompleteJobResponse> getCompleteJobMethod() -
getCreateProcessInstanceMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.CreateProcessInstanceRequest,GatewayOuterClass.CreateProcessInstanceResponse> getCreateProcessInstanceMethod() -
getCreateProcessInstanceWithResultMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.CreateProcessInstanceWithResultRequest,GatewayOuterClass.CreateProcessInstanceWithResultResponse> getCreateProcessInstanceWithResultMethod() -
getEvaluateDecisionMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.EvaluateDecisionRequest,GatewayOuterClass.EvaluateDecisionResponse> getEvaluateDecisionMethod() -
getDeployProcessMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.DeployProcessRequest,GatewayOuterClass.DeployProcessResponse> getDeployProcessMethod() -
getDeployResourceMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.DeployResourceRequest,GatewayOuterClass.DeployResourceResponse> getDeployResourceMethod() -
getFailJobMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.FailJobRequest,GatewayOuterClass.FailJobResponse> getFailJobMethod() -
getThrowErrorMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.ThrowErrorRequest,GatewayOuterClass.ThrowErrorResponse> getThrowErrorMethod() -
getPublishMessageMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.PublishMessageRequest,GatewayOuterClass.PublishMessageResponse> getPublishMessageMethod() -
getResolveIncidentMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.ResolveIncidentRequest,GatewayOuterClass.ResolveIncidentResponse> getResolveIncidentMethod() -
getSetVariablesMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.SetVariablesRequest,GatewayOuterClass.SetVariablesResponse> getSetVariablesMethod() -
getTopologyMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.TopologyRequest,GatewayOuterClass.TopologyResponse> getTopologyMethod() -
getUpdateJobRetriesMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.UpdateJobRetriesRequest,GatewayOuterClass.UpdateJobRetriesResponse> getUpdateJobRetriesMethod() -
getModifyProcessInstanceMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.ModifyProcessInstanceRequest,GatewayOuterClass.ModifyProcessInstanceResponse> getModifyProcessInstanceMethod() -
getDeleteResourceMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.DeleteResourceRequest,GatewayOuterClass.DeleteResourceResponse> getDeleteResourceMethod() -
getBroadcastSignalMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.BroadcastSignalRequest,GatewayOuterClass.BroadcastSignalResponse> getBroadcastSignalMethod() -
newStub
Creates a new async stub that supports all call types for 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
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-