Uses of Class
io.camunda.zeebe.gateway.protocol.rest.JobActivationResponse
Packages that use JobActivationResponse
Package
Description
-
Uses of JobActivationResponse in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return JobActivationResponseModifier and TypeMethodDescriptionJobActivationResponse.addJobsItem(ActivatedJob jobsItem) JobActivationResponse.jobs(List<@Valid ActivatedJob> jobs) -
Uses of JobActivationResponse in io.camunda.zeebe.gateway.rest
Methods in io.camunda.zeebe.gateway.rest that return types with arguments of type JobActivationResponseModifier and TypeMethodDescriptionResponseMapper.toActivateJobsResponse(JobActivationResponse activationResponse) -
Uses of JobActivationResponse in io.camunda.zeebe.gateway.rest.controller
Fields in io.camunda.zeebe.gateway.rest.controller declared as JobActivationResponseModifier and TypeFieldDescriptionprotected JobActivationResponseJobActivationRequestResponseObserver.responseMethods in io.camunda.zeebe.gateway.rest.controller with parameters of type JobActivationResponseModifier and TypeMethodDescriptionvoidJobActivationRequestResponseObserver.onNext(JobActivationResponse element) Constructor parameters in io.camunda.zeebe.gateway.rest.controller with type arguments of type JobActivationResponseModifierConstructorDescriptionJobController(JobServices<JobActivationResponse> jobServices, ResponseObserverProvider responseObserverProvider)