@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.atmosphere.websocket.springboot.WebsocketComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,WebsocketComponentConfiguration.class}) public class WebsocketComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
WebsocketComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.atmosphere.websocket.WebsocketComponent |
configureWebsocketComponent() |
@Lazy
@Bean(name="atmosphere-websocket-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.atmosphere.websocket.WebsocketComponent.class)
public org.apache.camel.component.atmosphere.websocket.WebsocketComponent configureWebsocketComponent()
throws Exception
ExceptionApache Camel