Uses of Class
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.FailJobRequest
-
Uses of GatewayOuterClass.FailJobRequest in io.camunda.zeebe.gateway.protocol
Methods in io.camunda.zeebe.gateway.protocol that return GatewayOuterClass.FailJobRequestModifier and TypeMethodDescriptionGatewayOuterClass.FailJobRequest.Builder.build()GatewayOuterClass.FailJobRequest.Builder.buildPartial()GatewayOuterClass.FailJobRequest.getDefaultInstance()GatewayOuterClass.FailJobRequest.Builder.getDefaultInstanceForType()GatewayOuterClass.FailJobRequest.getDefaultInstanceForType()GatewayOuterClass.FailJobRequest.parseDelimitedFrom(InputStream input) GatewayOuterClass.FailJobRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.FailJobRequest.parseFrom(byte[] data) GatewayOuterClass.FailJobRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.FailJobRequest.parseFrom(com.google.protobuf.ByteString data) GatewayOuterClass.FailJobRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.FailJobRequest.parseFrom(com.google.protobuf.CodedInputStream input) GatewayOuterClass.FailJobRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.FailJobRequest.parseFrom(InputStream input) GatewayOuterClass.FailJobRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.FailJobRequest.parseFrom(ByteBuffer data) GatewayOuterClass.FailJobRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.camunda.zeebe.gateway.protocol that return types with arguments of type GatewayOuterClass.FailJobRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GatewayOuterClass.FailJobRequest, GatewayOuterClass.FailJobResponse> GatewayGrpc.getFailJobMethod()com.google.protobuf.Parser<GatewayOuterClass.FailJobRequest> GatewayOuterClass.FailJobRequest.getParserForType()static com.google.protobuf.Parser<GatewayOuterClass.FailJobRequest> GatewayOuterClass.FailJobRequest.parser()Methods in io.camunda.zeebe.gateway.protocol with parameters of type GatewayOuterClass.FailJobRequestModifier and TypeMethodDescriptiondefault voidGatewayGrpc.AsyncService.failJob(GatewayOuterClass.FailJobRequest request, io.grpc.stub.StreamObserver<GatewayOuterClass.FailJobResponse> responseObserver) Marks the job as failed; if the retries argument is positive, then the job will be immediately activatable again, and a worker could try again to process it.GatewayGrpc.GatewayBlockingStub.failJob(GatewayOuterClass.FailJobRequest request) Marks the job as failed; if the retries argument is positive, then the job will be immediately activatable again, and a worker could try again to process it.com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.FailJobResponse> GatewayGrpc.GatewayFutureStub.failJob(GatewayOuterClass.FailJobRequest request) Marks the job as failed; if the retries argument is positive, then the job will be immediately activatable again, and a worker could try again to process it.voidGatewayGrpc.GatewayStub.failJob(GatewayOuterClass.FailJobRequest request, io.grpc.stub.StreamObserver<GatewayOuterClass.FailJobResponse> responseObserver) Marks the job as failed; if the retries argument is positive, then the job will be immediately activatable again, and a worker could try again to process it.GatewayOuterClass.FailJobRequest.Builder.mergeFrom(GatewayOuterClass.FailJobRequest other) GatewayOuterClass.FailJobRequest.newBuilder(GatewayOuterClass.FailJobRequest prototype)