@EnableBinding(value=org.springframework.cloud.stream.messaging.Source.class) @EnableConfigurationProperties(value=RabbitSourceProperties.class) public class RabbitSourceConfiguration extends Object implements org.springframework.beans.factory.DisposableBean
Constructor and Description |
---|
RabbitSourceConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.integration.amqp.inbound.AmqpInboundChannelAdapter |
adapter() |
org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer |
container() |
void |
destroy() |
org.springframework.retry.interceptor.RetryOperationsInterceptor |
rabbitSourceRetryInterceptor() |
@Bean public org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer container() throws Exception
Exception
@Bean public org.springframework.integration.amqp.inbound.AmqpInboundChannelAdapter adapter() throws Exception
Exception
@Bean public org.springframework.retry.interceptor.RetryOperationsInterceptor rabbitSourceRetryInterceptor()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.