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