Uses of 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 TypeMethodDescriptionBatchingStrategy.addToBatch
(String exchange, String routingKey, Message message) Add a message to the batch and optionally release the batch.SimpleBatchingStrategy.addToBatch
(String exch, 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()