Uses of Class
org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware
Package
Description
Provides JMS Component support for the Java DSL.
-
Uses of JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware in org.springframework.integration.jms.dsl
Modifier and TypeMethodDescriptionJmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware.configureJmsTemplate
(Consumer<JmsTemplateSpec> configurer) Configure the channel adapter to use the template specification created by invoking theConsumer
callback, passing in aJmsTemplateSpec
.Jms.inboundAdapter
(ConnectionFactory connectionFactory) The factory to produce aJmsInboundChannelAdapterSpec
.