@Configuration @EnableConfigurationProperties(value=OpenShiftComponentConfiguration.class) public class OpenShiftComponentAutoConfiguration extends Object
Constructor and Description |
---|
OpenShiftComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.openshift.OpenShiftComponent |
configureOpenShiftComponent(org.apache.camel.CamelContext camelContext,
OpenShiftComponentConfiguration configuration) |
@Bean(name="openshift-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.openshift.OpenShiftComponent.class) public org.apache.camel.component.openshift.OpenShiftComponent configureOpenShiftComponent(org.apache.camel.CamelContext camelContext, OpenShiftComponentConfiguration configuration) throws Exception
Exception
Apache Camel