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