Uses of Class
io.camunda.zeebe.process.test.engine.protocol.EngineControlOuterClass.WaitForIdleStateRequest
-
Uses of EngineControlOuterClass.WaitForIdleStateRequest in io.camunda.zeebe.process.test.engine.protocol
Methods in io.camunda.zeebe.process.test.engine.protocol that return EngineControlOuterClass.WaitForIdleStateRequestModifier and TypeMethodDescriptionEngineControlOuterClass.WaitForIdleStateRequest.Builder.build()EngineControlOuterClass.WaitForIdleStateRequest.Builder.buildPartial()EngineControlOuterClass.WaitForIdleStateRequest.getDefaultInstance()EngineControlOuterClass.WaitForIdleStateRequest.Builder.getDefaultInstanceForType()EngineControlOuterClass.WaitForIdleStateRequest.getDefaultInstanceForType()EngineControlOuterClass.WaitForIdleStateRequest.parseDelimitedFrom(InputStream input) EngineControlOuterClass.WaitForIdleStateRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EngineControlOuterClass.WaitForIdleStateRequest.parseFrom(byte[] data) EngineControlOuterClass.WaitForIdleStateRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EngineControlOuterClass.WaitForIdleStateRequest.parseFrom(com.google.protobuf.ByteString data) EngineControlOuterClass.WaitForIdleStateRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EngineControlOuterClass.WaitForIdleStateRequest.parseFrom(com.google.protobuf.CodedInputStream input) EngineControlOuterClass.WaitForIdleStateRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EngineControlOuterClass.WaitForIdleStateRequest.parseFrom(InputStream input) EngineControlOuterClass.WaitForIdleStateRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EngineControlOuterClass.WaitForIdleStateRequest.parseFrom(ByteBuffer data) EngineControlOuterClass.WaitForIdleStateRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.camunda.zeebe.process.test.engine.protocol that return types with arguments of type EngineControlOuterClass.WaitForIdleStateRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<EngineControlOuterClass.WaitForIdleStateRequest> EngineControlOuterClass.WaitForIdleStateRequest.getParserForType()static io.grpc.MethodDescriptor<EngineControlOuterClass.WaitForIdleStateRequest, EngineControlOuterClass.WaitForIdleStateResponse> EngineControlGrpc.getWaitForIdleStateMethod()static com.google.protobuf.Parser<EngineControlOuterClass.WaitForIdleStateRequest> EngineControlOuterClass.WaitForIdleStateRequest.parser()Methods in io.camunda.zeebe.process.test.engine.protocol with parameters of type EngineControlOuterClass.WaitForIdleStateRequestModifier and TypeMethodDescriptionEngineControlOuterClass.WaitForIdleStateRequest.Builder.mergeFrom(EngineControlOuterClass.WaitForIdleStateRequest other) EngineControlOuterClass.WaitForIdleStateRequest.newBuilder(EngineControlOuterClass.WaitForIdleStateRequest prototype) default voidEngineControlGrpc.AsyncService.waitForIdleState(EngineControlOuterClass.WaitForIdleStateRequest request, io.grpc.stub.StreamObserver<EngineControlOuterClass.WaitForIdleStateResponse> responseObserver) Waits for the engine to have reached an idle state.EngineControlGrpc.EngineControlBlockingStub.waitForIdleState(EngineControlOuterClass.WaitForIdleStateRequest request) Waits for the engine to have reached an idle state.EngineControlGrpc.EngineControlBlockingV2Stub.waitForIdleState(EngineControlOuterClass.WaitForIdleStateRequest request) Waits for the engine to have reached an idle state.com.google.common.util.concurrent.ListenableFuture<EngineControlOuterClass.WaitForIdleStateResponse> EngineControlGrpc.EngineControlFutureStub.waitForIdleState(EngineControlOuterClass.WaitForIdleStateRequest request) Waits for the engine to have reached an idle state.voidEngineControlGrpc.EngineControlStub.waitForIdleState(EngineControlOuterClass.WaitForIdleStateRequest request, io.grpc.stub.StreamObserver<EngineControlOuterClass.WaitForIdleStateResponse> responseObserver) Waits for the engine to have reached an idle state.