Class MinaComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.mina.springboot.MinaComponentAutoConfiguration

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

    • MinaComponentAutoConfiguration

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

    • configureMinaComponent

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