@Configuration @ConditionalOnClass(value=CamelRouteControllerEndpoint.class) @ConditionalOnBean(value=CamelAutoConfiguration.class) @Conditional(value=CamelRouteControllerEndpointAutoConfiguration.Condition.class) public class CamelRouteControllerEndpointAutoConfiguration extends Object
CamelRouteControllerEndpoint
.Modifier and Type | Class and Description |
---|---|
static class |
CamelRouteControllerEndpointAutoConfiguration.Condition |
Constructor and Description |
---|
CamelRouteControllerEndpointAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
CamelRouteControllerEndpoint |
routeControllerEndpoint(org.apache.camel.CamelContext camelContext) |
CamelRouteControllerMvcEndpoint |
routeControllerMvcEndpoint(CamelRouteControllerEndpoint delegate) |
public CamelRouteControllerEndpointAutoConfiguration()
@Bean @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean public CamelRouteControllerEndpoint routeControllerEndpoint(org.apache.camel.CamelContext camelContext)
@Bean @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean @ConditionalOnWebApplication public CamelRouteControllerMvcEndpoint routeControllerMvcEndpoint(CamelRouteControllerEndpoint delegate)
Apache Camel