Uses of Interface
com.rabbitmq.stream.impl.Client.OutboundEntityMappingCallback
-
Packages that use Client.OutboundEntityMappingCallback Package Description com.rabbitmq.stream.impl Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client. -
-
Uses of Client.OutboundEntityMappingCallback in com.rabbitmq.stream.impl
Methods in com.rabbitmq.stream.impl with parameters of type Client.OutboundEntityMappingCallback Modifier and Type Method Description List<Long>
Client. publish(byte publisherId, List<Message> messages, Client.OutboundEntityMappingCallback mappingCallback)
List<Long>
Client. publish(byte publisherId, List<Message> messages, Client.OutboundEntityMappingCallback mappingCallback, ToLongFunction<Object> publishSequenceFunction)
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)
-