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