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

    • ZeebeAnnotationProcessorRegistry

      public ZeebeAnnotationProcessorRegistry()
  • 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
    • getProcessors

      public List<AbstractZeebeAnnotationProcessor> getProcessors()
    • startAll

      public void startAll(ZeebeClient client)
    • stopAll

      public void stopAll(ZeebeClient client)
    • getOrder

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