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