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.initializeFetchVariables(boolean forceFetchAllVariables, String[] fetchVariables, MethodInfo methodInfo) ZeebeWorkerValue.initializeJobType(String jobType, MethodInfo methodInfo, String defaultWorkerType) ZeebeWorkerValue.initializeName(String name, MethodInfo methodInfo, String defaultJobWorkerName) ZeebeWorkerValue.merge(ZeebeWorkerValue other) ZeebeWorkerValue.setAutoComplete(Boolean autoComplete) ZeebeWorkerValue.setEnabled(Boolean enabled) ZeebeWorkerValue.setFetchVariables(String[] fetchVariables) ZeebeWorkerValue.setMaxJobsActive(Integer maxJobsActive) ZeebeWorkerValue.setMethodInfo(MethodInfo methodInfo) ZeebeWorkerValue.setPollInterval(Long pollInterval) ZeebeWorkerValue.setRequestTimeout(Long requestTimeout) ZeebeWorkerValue.setTimeout(Long timeout) 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)