@Configuration @ConditionalOnClass(value=CamelRouteControllerEndpoint.class) @ConditionalOnBean(value=CamelAutoConfiguration.class) @AutoConfigureAfter(value=CamelAutoConfiguration.class) public class CamelRouteControllerEndpointAutoConfiguration extends Object
| 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 public CamelRouteControllerEndpoint routeControllerEndpoint(org.apache.camel.CamelContext camelContext)
Apache Camel