Uses of Enum Class
org.springframework.integration.amqp.inbound.AmqpInboundChannelAdapter.BatchMode
Package
Description
Provides AMQP Component support for the Java DSL.
Provides classes supporting inbound endpoints.
-
Uses of AmqpInboundChannelAdapter.BatchMode in org.springframework.integration.amqp.dsl
Modifier and TypeMethodDescriptionAmqpInboundChannelAdapterSMLCSpec.batchMode
(AmqpInboundChannelAdapter.BatchMode batchMode) Set theAmqpInboundChannelAdapter.BatchMode
to use when the container is configured to support batching consumed records. -
Uses of AmqpInboundChannelAdapter.BatchMode in org.springframework.integration.amqp.inbound
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AmqpInboundChannelAdapter.BatchMode[]
AmqpInboundChannelAdapter.BatchMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AmqpInboundChannelAdapter.setBatchMode
(AmqpInboundChannelAdapter.BatchMode batchMode) When the listener container is configured with consumerBatchEnabled, set the payload type for messages generated for the batches.