Uses of Class
io.camunda.spring.client.annotation.value.JobWorkerValue
Packages that use JobWorkerValue
Package
Description
-
Uses of JobWorkerValue in io.camunda.spring.client.annotation
Methods in io.camunda.spring.client.annotation that return types with arguments of type JobWorkerValueModifier and TypeMethodDescriptionstatic Optional<JobWorkerValue> AnnotationUtil.getJobWorkerValue(MethodInfo methodInfo) -
Uses of JobWorkerValue in io.camunda.spring.client.annotation.customizer
Methods in io.camunda.spring.client.annotation.customizer with parameters of type JobWorkerValueModifier and TypeMethodDescriptionvoidJobWorkerValueCustomizer.customize(JobWorkerValue jobWorkerValue) voidJobWorkerValueCustomizerCompat.customize(JobWorkerValue jobWorkerValue) -
Uses of JobWorkerValue in io.camunda.spring.client.jobhandling
Methods in io.camunda.spring.client.jobhandling that return JobWorkerValueModifier and TypeMethodDescriptionJobExceptionHandlingStrategy.ExceptionHandlingContext.jobWorkerValue()Returns the value of thejobWorkerValuerecord component.Methods in io.camunda.spring.client.jobhandling that return types with arguments of type JobWorkerValueModifier and TypeMethodDescriptionJobWorkerManager.findJobWorkerConfigByName(String name) JobWorkerManager.findJobWorkerConfigByType(String type) Methods in io.camunda.spring.client.jobhandling with parameters of type JobWorkerValueModifier and TypeMethodDescriptionstatic List<ParameterResolver> JobHandlingUtil.createParameterResolvers(ParameterResolverStrategy parameterResolverStrategy, JobWorkerValue workerValue) static ResultProcessorJobHandlingUtil.createResultProcessor(ResultProcessorStrategy resultProcessorStrategy, JobWorkerValue workerValue) JobWorkerManager.openWorker(CamundaClient client, JobWorkerValue jobWorkerValue) JobWorkerManager.openWorker(CamundaClient client, JobWorkerValue jobWorkerValue, JobHandler handler) Constructors in io.camunda.spring.client.jobhandling with parameters of type JobWorkerValueModifierConstructorDescriptionExceptionHandlingContext(JobClient jobClient, ActivatedJob job, JobWorkerValue jobWorkerValue) Creates an instance of aExceptionHandlingContextrecord class.JobHandlerInvokingSpringBeans(JobWorkerValue workerValue, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, List<ParameterResolver> parameterResolvers, ResultProcessor resultProcessor, JobExceptionHandlingStrategy jobExceptionHandlingStrategy) -
Uses of JobWorkerValue in io.camunda.spring.client.properties
Methods in io.camunda.spring.client.properties that return types with arguments of type JobWorkerValueMethods in io.camunda.spring.client.properties with parameters of type JobWorkerValueModifier and TypeMethodDescriptionvoidPropertyBasedJobWorkerValueCustomizer.customize(JobWorkerValue jobWorkerValue) Method parameters in io.camunda.spring.client.properties with type arguments of type JobWorkerValueModifier and TypeMethodDescriptionvoidZeebeClientConfigurationProperties.Worker.setOverride(Map<String, JobWorkerValue> override) -
Uses of JobWorkerValue in io.camunda.spring.client.properties.common
Methods in io.camunda.spring.client.properties.common that return JobWorkerValueModifier and TypeMethodDescriptionZeebeClientProperties.getDefaults()Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.camunda.spring.client.properties.common that return types with arguments of type JobWorkerValueModifier and TypeMethodDescriptionZeebeClientProperties.getOverride()Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.camunda.spring.client.properties.common with parameters of type JobWorkerValueModifier and TypeMethodDescriptionvoidZeebeClientProperties.setDefaults(JobWorkerValue defaults) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in io.camunda.spring.client.properties.common with type arguments of type JobWorkerValueModifier and TypeMethodDescriptionvoidZeebeClientProperties.setOverride(Map<String, JobWorkerValue> override) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of JobWorkerValue in io.camunda.zeebe.spring.client.annotation.value
Methods in io.camunda.zeebe.spring.client.annotation.value that return JobWorkerValueConstructors in io.camunda.zeebe.spring.client.annotation.value with parameters of type JobWorkerValue