Class PubNubComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.pubnub.springboot.PubNubComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,PubNubComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.pubnub"}) @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,PubNubComponentConverter.class}) public class PubNubComponentAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • PubNubComponentAutoConfiguration

      public PubNubComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configurePubNubComponent

      @Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configurePubNubComponent()