Class GatewayGrpc.GatewayImplBase
java.lang.Object
io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayImplBase
- All Implemented Interfaces:
GatewayGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- GatewayGrpc
public abstract static class GatewayGrpc.GatewayImplBase
extends Object
implements io.grpc.BindableService, GatewayGrpc.AsyncService
Base class for the server implementation of the service Gateway.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.gateway.protocol.GatewayGrpc.AsyncService
activateJobs, broadcastSignal, cancelProcessInstance, completeJob, createProcessInstance, createProcessInstanceWithResult, deleteResource, deployProcess, deployResource, evaluateDecision, failJob, modifyProcessInstance, publishMessage, resolveIncident, setVariables, throwError, topology, updateJobRetries
-
Constructor Details
-
GatewayImplBase
public GatewayImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-