Class AmqpOutboundChannelAdapterSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<AmqpOutboundChannelAdapterSpec, AmqpOutboundEndpoint>
org.springframework.integration.dsl.MessageHandlerSpec<AmqpOutboundChannelAdapterSpec, AmqpOutboundEndpoint>
org.springframework.integration.amqp.dsl.AmqpBaseOutboundEndpointSpec<AmqpOutboundChannelAdapterSpec, AmqpOutboundEndpoint>
org.springframework.integration.amqp.dsl.AmqpOutboundEndpointSpec<AmqpOutboundChannelAdapterSpec>
org.springframework.integration.amqp.dsl.AmqpOutboundChannelAdapterSpec
- All Implemented Interfaces:
DisposableBean, FactoryBean<AmqpOutboundEndpoint>, InitializingBean, Lifecycle, Phased, SmartLifecycle
public class AmqpOutboundChannelAdapterSpec
extends AmqpOutboundEndpointSpec<AmqpOutboundChannelAdapterSpec>
Spec for an outbound AMQP channel adapter.
- Since:
- 5.3
- Author:
- Gary Russell, Artem Bilan
-
Field Summary
Fields inherited from class AmqpOutboundEndpointSpec
expectReplyFields inherited from class AmqpBaseOutboundEndpointSpec
headerMapperFields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAmqpOutboundChannelAdapterSpec(AmqpTemplate amqpTemplate) -
Method Summary
Methods inherited from class AmqpOutboundEndpointSpec
mappedReplyHeaders, waitForConfirmMethods inherited from class AmqpBaseOutboundEndpointSpec
confirmAckChannel, confirmCorrelationExpression, confirmCorrelationExpression, confirmCorrelationFunction, confirmNackChannel, confirmTimeout, defaultDeliveryMode, delay, delayExpression, delayExpression, delayFunction, errorMessageStrategy, exchangeName, exchangeNameExpression, exchangeNameExpression, exchangeNameFunction, headerMapper, headersMappedLast, lazyConnect, mappedRequestHeaders, returnChannel, routingKey, routingKeyExpression, routingKeyExpression, routingKeyFunctionMethods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactoryBean
isSingletonMethods inherited from interface SmartLifecycle
isPauseable
-
Constructor Details
-
AmqpOutboundChannelAdapterSpec
-
-
Method Details