Class CamelSpringBootBeanPostProcessor

  • All Implemented Interfaces:
    org.apache.camel.CamelContextAware, org.apache.camel.spi.CamelBeanPostProcessor, org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationContextAware, org.springframework.core.Ordered

    public final class CamelSpringBootBeanPostProcessor
    extends org.apache.camel.spring.spi.CamelBeanPostProcessor
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Constructor Summary

      Constructors 
      Constructor Description
      CamelSpringBootBeanPostProcessor​(org.springframework.context.ApplicationContext applicationContext)  
    • Method Summary

      • Methods inherited from class org.apache.camel.spring.spi.CamelBeanPostProcessor

        getCamelContext, getCamelId, getOrder, isBindToRegistrySupported, isEnabled, postProcessAfterInitialization, postProcessBeforeInitialization, setApplicationContext, setBindToRegistrySupported, setCamelContext, setCamelId, setEnabled
      • Methods inherited from interface org.apache.camel.spi.CamelBeanPostProcessor

        addCamelBeanPostProjectInjector, isUnbindEnabled, setUnbindEnabled
    • Constructor Detail

      • CamelSpringBootBeanPostProcessor

        public CamelSpringBootBeanPostProcessor​(org.springframework.context.ApplicationContext applicationContext)