public class AmqpInboundChannelAdapterSMLCSpec extends AmqpInboundChannelAdapterSpec<AmqpInboundChannelAdapterSMLCSpec,org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer>
SimpleMessageListenerContainer.listenerContainerSpecheaderMapper| Modifier | Constructor and Description |
|---|---|
protected |
AmqpInboundChannelAdapterSMLCSpec(org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer listenerContainer) |
| Modifier and Type | Method and Description |
|---|---|
AmqpInboundChannelAdapterSMLCSpec |
batchMode(AmqpInboundChannelAdapter.BatchMode batchMode)
Set the
AmqpInboundChannelAdapter.BatchMode to use when the container is configured to support
batching consumed records. |
AmqpInboundChannelAdapterSMLCSpec |
configureContainer(java.util.function.Consumer<SimpleMessageListenerContainerSpec> configurer) |
getComponentsToRegisterheaderMapper, mappedRequestHeaders, messageConverter, recoveryCallback, retryTemplateautoStartup, errorChannel, errorChannel, errorMessageStrategy, id, outputChannel, outputChannel, phase, sendTimeout, shouldTrack_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopprotected AmqpInboundChannelAdapterSMLCSpec(org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer listenerContainer)
public AmqpInboundChannelAdapterSMLCSpec configureContainer(java.util.function.Consumer<SimpleMessageListenerContainerSpec> configurer)
public AmqpInboundChannelAdapterSMLCSpec batchMode(AmqpInboundChannelAdapter.BatchMode batchMode)
AmqpInboundChannelAdapter.BatchMode to use when the container is configured to support
batching consumed records.batchMode - the batch mode.