public static class JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware extends JmsInboundChannelAdapterSpec<JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware>
JmsTemplate-based JmsInboundChannelAdapterSpec extension.JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAwarejmsTemplateSpec| Modifier and Type | Method and Description |
|---|---|
JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware |
configureJmsTemplate(java.util.function.Consumer<JmsTemplateSpec> configurer)
Configure the channel adapter to use the template specification created by invoking the
Consumer callback, passing in a JmsTemplateSpec. |
destination, destination, headerMapper, messageSelectorpublic JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware configureJmsTemplate(java.util.function.Consumer<JmsTemplateSpec> configurer)
Consumer callback, passing in a JmsTemplateSpec.configurer - the configurer.