@Configuration @EnableConfigurationProperties(value=JettyHttpComponentConfiguration9.class) @Conditional(value=JettyHttpComponentAutoConfiguration9.Condition.class) public class JettyHttpComponentAutoConfiguration9 extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JettyHttpComponentAutoConfiguration9.Condition |
Constructor and Description |
---|
JettyHttpComponentAutoConfiguration9() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.jetty9.JettyHttpComponent9 |
configureJettyHttpComponent9(org.apache.camel.CamelContext camelContext,
JettyHttpComponentConfiguration9 configuration) |
public JettyHttpComponentAutoConfiguration9()
@Lazy @Bean(name="jetty-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.jetty9.JettyHttpComponent9.class) public org.apache.camel.component.jetty9.JettyHttpComponent9 configureJettyHttpComponent9(org.apache.camel.CamelContext camelContext, JettyHttpComponentConfiguration9 configuration) throws Exception
Exception
Apache Camel