@ImportAutoConfiguration(value=SynapseAutoConfiguration.class) @EnableConfigurationProperties(value=ConsumerProcessProperties.class) public class MessageQueueReceiverEndpointAutoConfiguration extends java.lang.Object
| Constructor and Description |
|---|
MessageQueueReceiverEndpointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MessageQueueConsumerBeanPostProcessor |
messageQueueConsumerAnnotationBeanPostProcessor() |
MessageQueueConsumerProcess |
messageQueueConsumerProcess() |
public MessageQueueReceiverEndpointAutoConfiguration()
@Bean
@ConditionalOnProperty(prefix="synapse",
name="consumer-process.enabled",
havingValue="true",
matchIfMissing=true)
public MessageQueueConsumerProcess messageQueueConsumerProcess()
@Bean @Role(value=2) public MessageQueueConsumerBeanPostProcessor messageQueueConsumerAnnotationBeanPostProcessor()