Class MockComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.mock.springboot.MockComponentAutoConfiguration

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

    • MockComponentAutoConfiguration

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

    • configureMockComponent

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