Uses of Class
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.CreateProcessInstanceWithResultResponse
-
Uses of GatewayOuterClass.CreateProcessInstanceWithResultResponse in io.camunda.zeebe.gateway.protocol
Methods in io.camunda.zeebe.gateway.protocol that return GatewayOuterClass.CreateProcessInstanceWithResultResponseModifier and TypeMethodDescriptionGatewayOuterClass.CreateProcessInstanceWithResultResponse.Builder.build()GatewayOuterClass.CreateProcessInstanceWithResultResponse.Builder.buildPartial()GatewayGrpc.GatewayBlockingStub.createProcessInstanceWithResult(GatewayOuterClass.CreateProcessInstanceWithResultRequest request) Behaves similarly to `rpc CreateProcessInstance`, except that a successful response is received when the process completes successfully.GatewayOuterClass.CreateProcessInstanceWithResultResponse.getDefaultInstance()GatewayOuterClass.CreateProcessInstanceWithResultResponse.Builder.getDefaultInstanceForType()GatewayOuterClass.CreateProcessInstanceWithResultResponse.getDefaultInstanceForType()GatewayOuterClass.CreateProcessInstanceWithResultResponse.parseDelimitedFrom(InputStream input) GatewayOuterClass.CreateProcessInstanceWithResultResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.CreateProcessInstanceWithResultResponse.parseFrom(byte[] data) GatewayOuterClass.CreateProcessInstanceWithResultResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.CreateProcessInstanceWithResultResponse.parseFrom(com.google.protobuf.ByteString data) GatewayOuterClass.CreateProcessInstanceWithResultResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.CreateProcessInstanceWithResultResponse.parseFrom(com.google.protobuf.CodedInputStream input) GatewayOuterClass.CreateProcessInstanceWithResultResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.CreateProcessInstanceWithResultResponse.parseFrom(InputStream input) GatewayOuterClass.CreateProcessInstanceWithResultResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.CreateProcessInstanceWithResultResponse.parseFrom(ByteBuffer data) GatewayOuterClass.CreateProcessInstanceWithResultResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.camunda.zeebe.gateway.protocol that return types with arguments of type GatewayOuterClass.CreateProcessInstanceWithResultResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.CreateProcessInstanceWithResultResponse>GatewayGrpc.GatewayFutureStub.createProcessInstanceWithResult(GatewayOuterClass.CreateProcessInstanceWithResultRequest request) Behaves similarly to `rpc CreateProcessInstance`, except that a successful response is received when the process completes successfully.static io.grpc.MethodDescriptor<GatewayOuterClass.CreateProcessInstanceWithResultRequest,GatewayOuterClass.CreateProcessInstanceWithResultResponse> GatewayGrpc.getCreateProcessInstanceWithResultMethod()com.google.protobuf.Parser<GatewayOuterClass.CreateProcessInstanceWithResultResponse>GatewayOuterClass.CreateProcessInstanceWithResultResponse.getParserForType()static com.google.protobuf.Parser<GatewayOuterClass.CreateProcessInstanceWithResultResponse>GatewayOuterClass.CreateProcessInstanceWithResultResponse.parser()Methods in io.camunda.zeebe.gateway.protocol with parameters of type GatewayOuterClass.CreateProcessInstanceWithResultResponseModifier and TypeMethodDescriptionGatewayOuterClass.CreateProcessInstanceWithResultResponse.Builder.mergeFrom(GatewayOuterClass.CreateProcessInstanceWithResultResponse other) GatewayOuterClass.CreateProcessInstanceWithResultResponse.newBuilder(GatewayOuterClass.CreateProcessInstanceWithResultResponse prototype) Method parameters in io.camunda.zeebe.gateway.protocol with type arguments of type GatewayOuterClass.CreateProcessInstanceWithResultResponseModifier and TypeMethodDescriptiondefault voidGatewayGrpc.AsyncService.createProcessInstanceWithResult(GatewayOuterClass.CreateProcessInstanceWithResultRequest request, io.grpc.stub.StreamObserver<GatewayOuterClass.CreateProcessInstanceWithResultResponse> responseObserver) Behaves similarly to `rpc CreateProcessInstance`, except that a successful response is received when the process completes successfully.voidGatewayGrpc.GatewayStub.createProcessInstanceWithResult(GatewayOuterClass.CreateProcessInstanceWithResultRequest request, io.grpc.stub.StreamObserver<GatewayOuterClass.CreateProcessInstanceWithResultResponse> responseObserver) Behaves similarly to `rpc CreateProcessInstance`, except that a successful response is received when the process completes successfully.