Class GooglePubsubComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.google.pubsub.springboot.GooglePubsubComponentAutoConfiguration

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

    • GooglePubsubComponentAutoConfiguration

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

    • configureGooglePubsubComponent

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