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