public static class JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware extends JmsInboundChannelAdapterSpec<JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware> implements org.springframework.integration.dsl.ComponentsRegistration
JmsTemplate-based JmsInboundChannelAdapterSpec extension.JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAwarejmsTemplateSpec| Modifier | Constructor and Description |
|---|---|
protected |
JmsInboundChannelSpecTemplateAware(javax.jms.ConnectionFactory connectionFactory) |
| 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, messageSelector_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopprotected JmsInboundChannelSpecTemplateAware(javax.jms.ConnectionFactory connectionFactory)
public 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