public interface BatchSendOperation
Collection to a destination.| Modifier and Type | Method and Description |
|---|---|
default <T> CompletableFuture<Void> |
sendAsync(String destination,
Collection<org.springframework.messaging.Message<T>> messages)
Send a
Collection to the given destination. |
<T> CompletableFuture<Void> |
sendAsync(String destination,
Collection<org.springframework.messaging.Message<T>> messages,
PartitionSupplier partitionSupplier)
Send a
Collection to the given destination with a given partition supplier. |
<T> CompletableFuture<Void> sendAsync(String destination, Collection<org.springframework.messaging.Message<T>> messages, PartitionSupplier partitionSupplier)
Collection to the given destination with a given partition supplier.default <T> CompletableFuture<Void> sendAsync(String destination, Collection<org.springframework.messaging.Message<T>> messages)
Collection to the given destination.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.