Class AmqpOutboundEndpointSpec<S extends AmqpOutboundEndpointSpec<S>>

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageHandlerSpec<S,E>
org.springframework.integration.amqp.dsl.AmqpBaseOutboundEndpointSpec<S,AmqpOutboundEndpoint>
org.springframework.integration.amqp.dsl.AmqpOutboundEndpointSpec<S>
Type Parameters:
S - the spec subclass type.
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<AmqpOutboundEndpoint>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle
Direct Known Subclasses:
AmqpOutboundChannelAdapterSpec, AmqpOutboundGatewaySpec

public abstract class AmqpOutboundEndpointSpec<S extends AmqpOutboundEndpointSpec<S>> extends AmqpBaseOutboundEndpointSpec<S,AmqpOutboundEndpoint>
Base spec for outbound AMQP endpoints.
Since:
5.0
  • Field Details

    • expectReply

      protected final boolean expectReply
  • Constructor Details

    • AmqpOutboundEndpointSpec

      protected AmqpOutboundEndpointSpec(org.springframework.amqp.core.AmqpTemplate amqpTemplate, boolean expectReply)
  • Method Details