public static class JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware extends JmsInboundChannelAdapterSpec<JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware> implements org.springframework.integration.dsl.ComponentsRegistration
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. |
java.util.Map<java.lang.Object,java.lang.String> |
getComponentsToRegister() |
destination, destination, headerMapper, messageSelectorpublic JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware configureJmsTemplate(java.util.function.Consumer<JmsTemplateSpec> configurer)
Consumer callback, passing in a JmsTemplateSpec.configurer - the configurer.public java.util.Map<java.lang.Object,java.lang.String> getComponentsToRegister()
getComponentsToRegister in interface org.springframework.integration.dsl.ComponentsRegistration