Class CamelCloudServiceDiscoveryAutoConfiguration

    • Constructor Detail

      • CamelCloudServiceDiscoveryAutoConfiguration

        public CamelCloudServiceDiscoveryAutoConfiguration()
    • Method Detail

      • 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
      • staticServiceDiscovery

        @Lazy
        @Bean(name="static-service-discovery")
        public org.apache.camel.cloud.ServiceDiscovery staticServiceDiscovery()
      • serviceDiscovery

        @Lazy
        @Bean(name="service-discovery")
        public CamelCloudServiceDiscovery serviceDiscovery​(List<org.apache.camel.cloud.ServiceDiscovery> serviceDiscoveryList)
                                                    throws org.apache.camel.NoTypeConversionAvailableException
        Throws:
        org.apache.camel.NoTypeConversionAvailableException
      • addServiceDiscoveryConfigurations

        @PostConstruct
        public void addServiceDiscoveryConfigurations()