| Modifier and Type | Method and Description |
|---|---|
AmqpSender |
AmqpSender.drainHandler(Consumer<Void> handler) |
AmqpSender |
AmqpSender.exceptionHandler(Consumer<Throwable> handler) |
AmqpSender |
AmqpSender.send(AmqpMessage message) |
AmqpSender |
AmqpSender.setWriteQueueMaxSize(int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<AmqpSender> |
AmqpConnection.createAnonymousSender() |
reactor.core.publisher.Mono<AmqpSender> |
AmqpClient.createSender(String address) |
reactor.core.publisher.Mono<AmqpSender> |
AmqpConnection.createSender(String address) |
reactor.core.publisher.Mono<AmqpSender> |
AmqpClient.createSender(String address,
AmqpSenderOptions options) |
reactor.core.publisher.Mono<AmqpSender> |
AmqpConnection.createSender(String address,
AmqpSenderOptions options) |
Copyright © 2020. All rights reserved.