Class JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware, JmsSendingMessageHandler>
org.springframework.integration.dsl.MessageHandlerSpec<JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware, 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.- Since:
- 5.0
- Author:
- Artem Bilan
-
Nested Class Summary
Nested classes/interfaces inherited from class JmsOutboundChannelAdapterSpec
JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware -
Field Summary
Fields inherited from class JmsOutboundChannelAdapterSpec
jmsTemplateSpecFields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJmsOutboundChannelSpecTemplateAware(ConnectionFactory connectionFactory) -
Method Summary
Methods inherited from class JmsOutboundChannelAdapterSpec
deliveryModeExpression, deliveryModeFunction, destination, destination, destination, destinationExpression, extractPayload, headerMapper, timeToLiveExpression, timeToLiveFunctionMethods 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
-
JmsOutboundChannelSpecTemplateAware
-
-
Method Details
-
configureJmsTemplate
public JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware configureJmsTemplate(Consumer<JmsTemplateSpec> configurer) -
getComponentsToRegister
- Specified by:
getComponentsToRegisterin interfaceComponentsRegistration
-