Class GatewayGrpc
java.lang.Object
io.camunda.zeebe.gateway.protocol.GatewayGrpc
@Generated(value="by gRPC proto compiler (version 1.43.0)",
comments="Source: gateway.proto")
public final class GatewayGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic classstatic final class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GatewayOuterClass.ActivateJobsRequest,GatewayOuterClass.ActivateJobsResponse> 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.DeployProcessRequest,GatewayOuterClass.DeployProcessResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.FailJobRequest,GatewayOuterClass.FailJobResponse> 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() -
getDeployProcessMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.DeployProcessRequest,GatewayOuterClass.DeployProcessResponse> getDeployProcessMethod() -
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() -
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 -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-