Class JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageHandlerSpec<S,JmsSendingMessageHandler>
org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec<JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware>
org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
- All Implemented Interfaces:
DisposableBean
,FactoryBean<JmsSendingMessageHandler>
,InitializingBean
,Lifecycle
,Phased
,SmartLifecycle
,ComponentsRegistration
- Enclosing class:
- JmsOutboundChannelAdapterSpec<S extends JmsOutboundChannelAdapterSpec<S>>
public static class JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
extends JmsOutboundChannelAdapterSpec<JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware>
implements ComponentsRegistration
A
JmsTemplate
-based JmsOutboundChannelAdapterSpec
extension.-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
-
Field Summary
Fields inherited from class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
jmsTemplateSpec
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
logger, PARSER, target
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE
-
Constructor Summary
ModifierConstructorDescriptionprotected
JmsOutboundChannelSpecTemplateAware
(ConnectionFactory connectionFactory) -
Method Summary
Methods inherited from class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
deliveryModeExpression, deliveryModeFunction, destination, destination, destination, destinationExpression, extractPayload, headerMapper, timeToLiveExpression, timeToLiveFunction
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
JmsOutboundChannelSpecTemplateAware
-
-
Method Details
-
configureJmsTemplate
public JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware configureJmsTemplate(Consumer<JmsTemplateSpec> configurer) -
getComponentsToRegister
- Specified by:
getComponentsToRegister
in interfaceComponentsRegistration
-