Uses of Class
com.rabbitmq.stream.impl.MessageBatch
-
Packages that use MessageBatch Package Description com.rabbitmq.stream.impl Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client. -
-
Uses of MessageBatch in com.rabbitmq.stream.impl
Methods in com.rabbitmq.stream.impl that return MessageBatch Modifier and Type Method Description MessageBatch
MessageBatch. add(Message message)
Method parameters in com.rabbitmq.stream.impl with type arguments of type MessageBatch Modifier and Type Method Description List<Long>
Client. publishBatches(byte publisherId, List<MessageBatch> messageBatches)
List<Long>
Client. publishBatches(byte publisherId, List<MessageBatch> messageBatches, Client.OutboundEntityMappingCallback mappingCallback)
List<Long>
Client. publishBatches(byte publisherId, List<MessageBatch> messageBatches, Client.OutboundEntityMappingCallback mappingCallback, ToLongFunction<Object> publishSequenceFunction)
List<Long>
Client. publishBatches(byte publisherId, List<MessageBatch> messageBatches, ToLongFunction<Object> publishSequenceFunction)
-