@Configuration @ConditionalOnClass(value=CamelRouteControllerEndpoint.class) @ConditionalOnBean(value=CamelAutoConfiguration.class) @AutoConfigureAfter(value=CamelAutoConfiguration.class) public class CamelRouteControllerEndpointAutoConfiguration extends Object
CamelRouteControllerEndpoint
.Constructor and Description |
---|
CamelRouteControllerEndpointAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
CamelRouteControllerEndpoint |
routeControllerEndpoint(org.apache.camel.CamelContext camelContext) |
public CamelRouteControllerEndpointAutoConfiguration()
@Bean @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean @ConditionalOnEnabledEndpoint public CamelRouteControllerEndpoint routeControllerEndpoint(org.apache.camel.CamelContext camelContext)
Apache Camel