Class JobWorkerAnnotationProcessor

java.lang.Object
io.camunda.spring.client.annotation.processor.AbstractCamundaAnnotationProcessor
io.camunda.spring.client.annotation.processor.JobWorkerAnnotationProcessor
All Implemented Interfaces:
CamundaClientLifecycleAware, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class JobWorkerAnnotationProcessor extends AbstractCamundaAnnotationProcessor
Always created by AnnotationProcessorConfiguration

Triggered by AbstractCamundaAnnotationProcessor.onStart(CamundaClient) to add Handler subscriptions for JobWorker method-annotations.

Triggered by AbstractCamundaAnnotationProcessor.onStop(CamundaClient) to remove all Handler subscriptions.