Uses of Class
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.FailJobResponse
-
Uses of GatewayOuterClass.FailJobResponse in io.camunda.zeebe.gateway.protocol
Methods in io.camunda.zeebe.gateway.protocol that return GatewayOuterClass.FailJobResponseModifier and TypeMethodDescriptionGatewayOuterClass.FailJobResponse.Builder.build()GatewayOuterClass.FailJobResponse.Builder.buildPartial()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.GatewayOuterClass.FailJobResponse.getDefaultInstance()GatewayOuterClass.FailJobResponse.Builder.getDefaultInstanceForType()GatewayOuterClass.FailJobResponse.getDefaultInstanceForType()GatewayOuterClass.FailJobResponse.parseDelimitedFrom(InputStream input) GatewayOuterClass.FailJobResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.FailJobResponse.parseFrom(byte[] data) GatewayOuterClass.FailJobResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.FailJobResponse.parseFrom(com.google.protobuf.ByteString data) GatewayOuterClass.FailJobResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.FailJobResponse.parseFrom(com.google.protobuf.CodedInputStream input) GatewayOuterClass.FailJobResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.FailJobResponse.parseFrom(InputStream input) GatewayOuterClass.FailJobResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.FailJobResponse.parseFrom(ByteBuffer data) GatewayOuterClass.FailJobResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.camunda.zeebe.gateway.protocol that return types with arguments of type GatewayOuterClass.FailJobResponseModifier and TypeMethodDescriptioncom.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.static io.grpc.MethodDescriptor<GatewayOuterClass.FailJobRequest,GatewayOuterClass.FailJobResponse> GatewayGrpc.getFailJobMethod()com.google.protobuf.Parser<GatewayOuterClass.FailJobResponse>GatewayOuterClass.FailJobResponse.getParserForType()static com.google.protobuf.Parser<GatewayOuterClass.FailJobResponse>GatewayOuterClass.FailJobResponse.parser()Methods in io.camunda.zeebe.gateway.protocol with parameters of type GatewayOuterClass.FailJobResponseModifier and TypeMethodDescriptionGatewayOuterClass.FailJobResponse.Builder.mergeFrom(GatewayOuterClass.FailJobResponse other) GatewayOuterClass.FailJobResponse.newBuilder(GatewayOuterClass.FailJobResponse prototype) Method parameters in io.camunda.zeebe.gateway.protocol with type arguments of type GatewayOuterClass.FailJobResponseModifier and TypeMethodDescriptionvoidGatewayGrpc.GatewayImplBase.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.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.