Class MessageQueueReceiverEndpointAutoConfiguration

    • Constructor Detail

      • MessageQueueReceiverEndpointAutoConfiguration

        public MessageQueueReceiverEndpointAutoConfiguration()
    • Method Detail

      • messageQueueConsumerProcess

        @Bean
        @ConditionalOnProperty(prefix="synapse",
                               name="consumer-process.enabled",
                               havingValue="true",
                               matchIfMissing=true)
        public MessageQueueConsumerProcess messageQueueConsumerProcess()