Uses of Record Class
org.springframework.amqp.rabbit.batch.MessageBatch
Packages that use MessageBatch
-
Uses of MessageBatch in org.springframework.amqp.rabbit.batch
Methods in org.springframework.amqp.rabbit.batch that return MessageBatchModifier and TypeMethodDescription@Nullable MessageBatch
BatchingStrategy.addToBatch
(@Nullable String exchange, @Nullable String routingKey, Message message) Add a message to the batch and optionally release the batch.@Nullable MessageBatch
SimpleBatchingStrategy.addToBatch
(@Nullable String exch, @Nullable String routKey, Message message) Methods in org.springframework.amqp.rabbit.batch that return types with arguments of type MessageBatchModifier and TypeMethodDescriptionBatchingStrategy.releaseBatches()
Release batch(es), perhaps due to a timeout.SimpleBatchingStrategy.releaseBatches()