Uses of Enum Class
org.springframework.integration.amqp.inbound.AmqpInboundChannelAdapter.BatchMode
Packages that use 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
Methods in org.springframework.integration.amqp.dsl with parameters of type AmqpInboundChannelAdapter.BatchModeModifier 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
Methods in org.springframework.integration.amqp.inbound that return AmqpInboundChannelAdapter.BatchModeModifier 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.Methods in org.springframework.integration.amqp.inbound with parameters of type AmqpInboundChannelAdapter.BatchModeModifier 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.