Class JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
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:
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<JmsSendingMessageHandler>,org.springframework.beans.factory.InitializingBean,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle,org.springframework.integration.dsl.ComponentsRegistration
- Enclosing class:
- JmsOutboundChannelAdapterSpec<S extends JmsOutboundChannelAdapterSpec<S>>
public static class JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware extends JmsOutboundChannelAdapterSpec<JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware> implements org.springframework.integration.dsl.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 -
Constructor Summary
Constructors Modifier Constructor Description protectedJmsOutboundChannelSpecTemplateAware(javax.jms.ConnectionFactory connectionFactory) -
Method Summary
Modifier and Type Method Description JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAwareconfigureJmsTemplate(java.util.function.Consumer<JmsTemplateSpec> configurer)java.util.Map<java.lang.Object,java.lang.String>getComponentsToRegister()Methods inherited from class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
deliveryModeExpression, deliveryModeFunction, destination, destination, destination, destinationExpression, extractPayload, headerMapper, timeToLiveExpression, timeToLiveFunctionMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
-
Constructor Details
-
JmsOutboundChannelSpecTemplateAware
protected JmsOutboundChannelSpecTemplateAware(javax.jms.ConnectionFactory connectionFactory)
-
-
Method Details
-
configureJmsTemplate
public JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware configureJmsTemplate(java.util.function.Consumer<JmsTemplateSpec> configurer) -
getComponentsToRegister
public java.util.Map<java.lang.Object,java.lang.String> getComponentsToRegister()- Specified by:
getComponentsToRegisterin interfaceorg.springframework.integration.dsl.ComponentsRegistration
-