Class EngineControlGrpc.EngineControlImplBase
java.lang.Object
io.camunda.zeebe.process.test.engine.protocol.EngineControlGrpc.EngineControlImplBase
- All Implemented Interfaces:
EngineControlGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
EngineControlGrpc
public abstract static class EngineControlGrpc.EngineControlImplBase
extends Object
implements io.grpc.BindableService, EngineControlGrpc.AsyncService
Base class for the server implementation of the service EngineControl.
-
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.process.test.engine.protocol.EngineControlGrpc.AsyncService
getRecords, increaseTime, resetEngine, startEngine, stopEngine, waitForBusyState, waitForIdleState
-
Constructor Details
-
EngineControlImplBase
public EngineControlImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-