| Package | Description |
|---|---|
| com.microsoft.azure.spring.integration.core.api |
| Modifier and Type | Method and Description |
|---|---|
<T> CompletableFuture<Void> |
BatchSendOperation.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> |
SendOperation.sendAsync(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> |
RxSendOperation.sendRx(String destination,
org.springframework.messaging.Message<T> message,
PartitionSupplier partitionSupplier)
Send a
Message to the given destination with a given partition supplier. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.