Class ZeebeDeploymentAnnotationProcessor

java.lang.Object
io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
io.camunda.zeebe.spring.client.annotation.processor.ZeebeDeploymentAnnotationProcessor
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

public class ZeebeDeploymentAnnotationProcessor extends AbstractZeebeAnnotationProcessor
Always created by AnnotationProcessorConfiguration

Loop throgh @Deployment annotations to deploy resources to Zeebe once the

invalid reference
io.camunda.zeebe.spring.client.lifecycle.ZeebeClientLifecycle
was initialized.