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.annotation.value
Methods in io.camunda.zeebe.spring.client.annotation.value that return ZeebeWorkerValueModifier and TypeMethodDescriptionZeebeWorkerValue.autoComplete(Boolean autoComplete) ZeebeWorkerValue.fetchVariables(String[] fetchVariables) ZeebeWorkerValue.initializeFetchVariables(boolean forceFetchAllVariables, String[] fetchVariables, MethodInfo methodInfo) ZeebeWorkerValue.initializeJobType(String jobType, MethodInfo methodInfo, String defaultWorkerType) ZeebeWorkerValue.initializeName(String name, MethodInfo methodInfo, String defaultJobWorkerName) ZeebeWorkerValue.maxJobsActive(Integer maxJobsActive) ZeebeWorkerValue.merge(ZeebeWorkerValue other) ZeebeWorkerValue.methodInfo(MethodInfo methodInfo) ZeebeWorkerValue.pollInterval(Long pollInterval) ZeebeWorkerValue.requestTimeout(Long requestTimeout) Methods in io.camunda.zeebe.spring.client.annotation.value with parameters of type ZeebeWorkerValue -
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, io.camunda.zeebe.client.api.JsonMapper jsonMapper, MetricsRecorder metricsRecorder)