Class ZeebeAnnotationProcessorRegistry

java.lang.Object
io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered

public class ZeebeAnnotationProcessorRegistry extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered
Always created by AnnotationProcessorConfiguration

Keeps a list of all annotations and reads them after all Spring beans are initialized

  • Constructor Details

  • Method Details

    • postProcessAfterInitialization

      public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
      Specified by:
      postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
      Throws:
      org.springframework.beans.BeansException
    • startAll

      public void startAll(CamundaClient client)
    • stopAll

      public void stopAll(CamundaClient client)
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered