Class ClientPostProcessor

java.lang.Object
org.camunda.bpm.client.spring.impl.client.ClientPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor

public class ClientPostProcessor extends Object implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
  • Field Details

  • Constructor Details

    • ClientPostProcessor

      public ClientPostProcessor()
    • ClientPostProcessor

      public ClientPostProcessor(Class<? extends ClientFactory> externalTaskClientFactoryClass)
  • Method Details

    • postProcessBeanDefinitionRegistry

      public void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) throws org.springframework.beans.BeansException
      Specified by:
      postProcessBeanDefinitionRegistry in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
      Throws:
      org.springframework.beans.BeansException
    • getClassBeanName

      protected String getClassBeanName(org.springframework.beans.factory.ListableBeanFactory listableBeanFactory)
    • getAnnotation

      protected EnableExternalTaskClient getAnnotation(org.springframework.beans.factory.support.BeanDefinitionRegistry registry, String classBeanName)
    • getClientBeanName

      protected String getClientBeanName(org.springframework.beans.factory.ListableBeanFactory listableBeanFactory)
    • postProcessBeanFactory

      public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      postProcessBeanFactory in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
      Specified by:
      postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
      Throws:
      org.springframework.beans.BeansException