Class JGroupsComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.jgroups.springboot.JGroupsComponentAutoConfiguration

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

    • JGroupsComponentAutoConfiguration

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

    • configureJGroupsComponent

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