@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.atmosphere.websocket.WebsocketComponent |
configureWebsocketComponent(org.apache.camel.CamelContext camelContext,
WebsocketComponentConfiguration configuration) |
@Lazy
@Bean(name="atmosphere-websocket-component")
@ConditionalOnClass(value=org.apache.camel.CamelContext.class)
@ConditionalOnMissingBean(value=org.apache.camel.component.atmosphere.websocket.WebsocketComponent.class)
public org.apache.camel.component.atmosphere.websocket.WebsocketComponent configureWebsocketComponent(org.apache.camel.CamelContext camelContext,
WebsocketComponentConfiguration configuration)
throws Exception
ExceptionApache Camel