Uses of Class
io.camunda.zeebe.spring.client.annotation.value.ZeebeWorkerValue
Packages that use ZeebeWorkerValue
Package
Description
-
Uses of ZeebeWorkerValue in io.camunda.zeebe.spring.client.annotation.customizer
Methods in io.camunda.zeebe.spring.client.annotation.customizer with parameters of type ZeebeWorkerValueModifier and TypeMethodDescriptionvoidZeebeWorkerValueCustomizer.customize(ZeebeWorkerValue zeebeWorker) -
Uses of ZeebeWorkerValue in io.camunda.zeebe.spring.client.annotation.processor
Methods in io.camunda.zeebe.spring.client.annotation.processor that return types with arguments of type ZeebeWorkerValueModifier and TypeMethodDescriptionZeebeWorkerAnnotationProcessor.readJobWorkerAnnotationForMethod(MethodInfo methodInfo) -
Uses of ZeebeWorkerValue in io.camunda.zeebe.spring.client.jobhandling
Methods in io.camunda.zeebe.spring.client.jobhandling that return types with arguments of type ZeebeWorkerValueModifier and TypeMethodDescriptionJobWorkerManager.findJobWorkerConfigByName(String name) JobWorkerManager.findJobWorkerConfigByType(String type) Methods in io.camunda.zeebe.spring.client.jobhandling with parameters of type ZeebeWorkerValueModifier and TypeMethodDescriptionio.camunda.zeebe.client.api.worker.JobWorkerJobWorkerManager.openWorker(io.camunda.zeebe.client.ZeebeClient client, ZeebeWorkerValue zeebeWorkerValue) io.camunda.zeebe.client.api.worker.JobWorkerJobWorkerManager.openWorker(io.camunda.zeebe.client.ZeebeClient client, ZeebeWorkerValue zeebeWorkerValue, io.camunda.zeebe.client.api.worker.JobHandler handler) Constructors in io.camunda.zeebe.spring.client.jobhandling with parameters of type ZeebeWorkerValueModifierConstructorDescriptionJobHandlerInvokingSpringBeans(ZeebeWorkerValue workerValue, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, ParameterResolverStrategy parameterResolverStrategy)