public static class JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware extends JmsInboundChannelAdapterSpec<JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware>
JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware
id, logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware |
configureJmsTemplate(Consumer<JmsTemplateSpec> configurer)
Configure the channel adapter to use the template specification created by invoking the
Consumer callback, passing in a JmsTemplateSpec . |
destination, destination, doGet, headerMapper, messageSelector
_this, get, getId, id
public JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware configureJmsTemplate(Consumer<JmsTemplateSpec> configurer)
Consumer
callback, passing in a JmsTemplateSpec
.configurer
- the configurer.