Class XmppComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.xmpp.springboot.XmppComponentAutoConfiguration

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

    • XmppComponentAutoConfiguration

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

    • configureXmppComponent

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