@Configuration @EnableConfigurationProperties(value=WebsocketComponentConfiguration.class) public class WebsocketComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WebsocketComponentAutoConfiguration.Condition |
Constructor and Description |
---|
WebsocketComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.websocket.WebsocketComponent |
configureWebsocketComponent(org.apache.camel.CamelContext camelContext,
WebsocketComponentConfiguration configuration) |
@Lazy @Bean(name="websocket-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.websocket.WebsocketComponent.class) public org.apache.camel.component.websocket.WebsocketComponent configureWebsocketComponent(org.apache.camel.CamelContext camelContext, WebsocketComponentConfiguration configuration) throws Exception
Exception
Apache Camel