Uses of Class
com.rabbitmq.stream.impl.MessageBatch
Package
Description
Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client.
-
Uses of MessageBatch in com.rabbitmq.stream.impl
Modifier and TypeMethodDescriptionClient.publishBatches
(byte publisherId, List<MessageBatch> messageBatches) Client.publishBatches
(byte publisherId, List<MessageBatch> messageBatches, Client.OutboundEntityMappingCallback mappingCallback) Client.publishBatches
(byte publisherId, List<MessageBatch> messageBatches, Client.OutboundEntityMappingCallback mappingCallback, ToLongFunction<Object> publishSequenceFunction) Client.publishBatches
(byte publisherId, List<MessageBatch> messageBatches, ToLongFunction<Object> publishSequenceFunction)