Class CamelCloudServiceFilterAutoConfiguration

java.lang.Object
org.apache.camel.spring.boot.cloud.CamelCloudServiceFilterAutoConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware

@Configuration(proxyBeanMethods=false) @ConditionalOnBean(CamelCloudAutoConfiguration.class) @EnableConfigurationProperties(CamelCloudConfigurationProperties.class) @Conditional(Condition.class) public class CamelCloudServiceFilterAutoConfiguration extends Object implements org.springframework.beans.factory.BeanFactoryAware
  • Constructor Details

    • CamelCloudServiceFilterAutoConfiguration

      public CamelCloudServiceFilterAutoConfiguration()
  • Method Details

    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory factory) throws org.springframework.beans.BeansException
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      Throws:
      org.springframework.beans.BeansException
    • serviceFilter

      @Lazy @Bean(name="service-filter") public CamelCloudServiceFilter serviceFilter()
    • addServiceFilterConfigurations

      @PostConstruct public void addServiceFilterConfigurations()