Uses of Class
org.springframework.integration.amqp.outbound.AbstractAmqpOutboundEndpoint
Packages that use AbstractAmqpOutboundEndpoint
Package
Description
Provides AMQP Component support for the Java DSL.
Provides classes supporting outbound endpoints.
-
Uses of AbstractAmqpOutboundEndpoint in org.springframework.integration.amqp.dsl
Classes in org.springframework.integration.amqp.dsl with type parameters of type AbstractAmqpOutboundEndpointModifier and TypeClassDescriptionclass
AmqpBaseOutboundEndpointSpec<S extends AmqpBaseOutboundEndpointSpec<S,
E>, E extends AbstractAmqpOutboundEndpoint> The baseMessageHandlerSpec
forAbstractAmqpOutboundEndpoint
s. -
Uses of AbstractAmqpOutboundEndpoint in org.springframework.integration.amqp.outbound
Modifier and TypeClassDescriptionclass
Adapter that converts and sends Messages to an AMQP Exchange.class
An outbound gateway where the sending thread is released immediately and the reply is sent on the async template's listener container thread.