@Configuration @EnableConfigurationProperties(value=OpenShiftComponentConfiguration.class) @Conditional(value=OpenShiftComponentAutoConfiguration.Condition.class) public class OpenShiftComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OpenShiftComponentAutoConfiguration.Condition |
Constructor and Description |
---|
OpenShiftComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.openshift.OpenShiftComponent |
configureOpenShiftComponent(org.apache.camel.CamelContext camelContext,
OpenShiftComponentConfiguration configuration) |
@Lazy @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