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 TypeMethodDescriptionJobWorkerManager.openWorker(ZeebeClient client, ZeebeWorkerValue zeebeWorkerValue) JobWorkerManager.openWorker(ZeebeClient client, ZeebeWorkerValue zeebeWorkerValue, JobHandler handler) Constructors in io.camunda.zeebe.spring.client.jobhandling with parameters of type ZeebeWorkerValueModifierConstructorDescriptionJobHandlerInvokingSpringBeans(ZeebeWorkerValue workerValue, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, ParameterResolverStrategy parameterResolverStrategy, ResultProcessorStrategy resultProcessorStrategy) -
Uses of ZeebeWorkerValue in io.camunda.zeebe.spring.client.properties
Methods in io.camunda.zeebe.spring.client.properties that return types with arguments of type ZeebeWorkerValueModifier and TypeMethodDescriptionZeebeClientConfigurationProperties.Worker.getOverride()Deprecated.Methods in io.camunda.zeebe.spring.client.properties with parameters of type ZeebeWorkerValueModifier and TypeMethodDescriptionvoidPropertyBasedZeebeWorkerValueCustomizer.customize(ZeebeWorkerValue zeebeWorker) Method parameters in io.camunda.zeebe.spring.client.properties with type arguments of type ZeebeWorkerValueModifier and TypeMethodDescriptionvoidZeebeClientConfigurationProperties.Worker.setOverride(Map<String, ZeebeWorkerValue> override) -
Uses of ZeebeWorkerValue in io.camunda.zeebe.spring.client.properties.common
Methods in io.camunda.zeebe.spring.client.properties.common that return ZeebeWorkerValueMethods in io.camunda.zeebe.spring.client.properties.common that return types with arguments of type ZeebeWorkerValueMethods in io.camunda.zeebe.spring.client.properties.common with parameters of type ZeebeWorkerValueModifier and TypeMethodDescriptionvoidZeebeClientProperties.setDefaults(ZeebeWorkerValue defaults) Method parameters in io.camunda.zeebe.spring.client.properties.common with type arguments of type ZeebeWorkerValueModifier and TypeMethodDescriptionvoidZeebeClientProperties.setOverride(Map<String, ZeebeWorkerValue> override)