@Configuration @EnableConfigurationProperties(value=StompComponentConfiguration.class) public class StompComponentAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StompComponentAutoConfiguration.Condition |
| Constructor and Description |
|---|
StompComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.stomp.StompComponent |
configureStompComponent(org.apache.camel.CamelContext camelContext,
StompComponentConfiguration configuration) |
@Lazy
@Bean(name="stomp-component")
@ConditionalOnClass(value=org.apache.camel.CamelContext.class)
@ConditionalOnMissingBean(value=org.apache.camel.component.stomp.StompComponent.class)
public org.apache.camel.component.stomp.StompComponent configureStompComponent(org.apache.camel.CamelContext camelContext,
StompComponentConfiguration configuration)
throws Exception
ExceptionApache Camel