Uses of Record Class
io.camunda.zeebe.gateway.impl.job.JobActivationResponse
Packages that use JobActivationResponse
-
Uses of JobActivationResponse in io.camunda.zeebe.gateway.impl.job
Method parameters in io.camunda.zeebe.gateway.impl.job with type arguments of type JobActivationResponseModifier and TypeMethodDescriptionLongPollingActivateJobsHandler.Builder.setActivationResultMapper(Function<JobActivationResponse, JobActivationResult<T>> activationResultMapper) Constructor parameters in io.camunda.zeebe.gateway.impl.job with type arguments of type JobActivationResponseModifierConstructorDescriptionRoundRobinActivateJobsHandler(BrokerClient brokerClient, long maxMessageSize, Function<JobActivationResponse, JobActivationResult<T>> activationResultMapper, Function<String, Throwable> requestCanceledExceptionProvider)