Class AsyncAmqpOutboundGateway

All Implemented Interfaces:
org.reactivestreams.Subscriber<Message<?>>, Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, Lifecycle, Ordered, ExpressionCapable, Orderable, MessageProducer, HeaderPropagationAware, IntegrationPattern, NamedComponent, IntegrationManagement, ManageableLifecycle, TrackableComponent, MessageHandler, reactor.core.CoreSubscriber<Message<?>>

public class AsyncAmqpOutboundGateway
extends AbstractAmqpOutboundEndpoint
An outbound gateway where the sending thread is released immediately and the reply is sent on the async template's listener container thread.
Since:
4.3
Author:
Gary Russell, Artem Bilan