public interface AmqpSender extends WriteStream<AmqpMessage>
| Modifier and Type | Method and Description |
|---|---|
String |
address() |
reactor.core.publisher.Mono<Void> |
close() |
AmqpConnection |
connection() |
AmqpSender |
drainHandler(Consumer<Void> handler) |
AmqpSender |
exceptionHandler(Consumer<Throwable> handler) |
AmqpSender |
send(AmqpMessage message) |
reactor.core.publisher.Mono<Void> |
sendWithAck(AmqpMessage message) |
AmqpSender |
setWriteQueueMaxSize(int maxSize) |
end, end, vertxWriteStream, write, writeQueueFullAmqpSender exceptionHandler(Consumer<Throwable> handler)
exceptionHandler in interface WriteStream<AmqpMessage>AmqpSender drainHandler(Consumer<Void> handler)
drainHandler in interface WriteStream<AmqpMessage>AmqpSender setWriteQueueMaxSize(int maxSize)
setWriteQueueMaxSize in interface WriteStream<AmqpMessage>AmqpSender send(AmqpMessage message)
reactor.core.publisher.Mono<Void> sendWithAck(AmqpMessage message)
AmqpConnection connection()
String address()
reactor.core.publisher.Mono<Void> close()
Copyright © 2020. All rights reserved.