Uses of Class
io.vertx.mutiny.amqp.AmqpSender
Packages that use AmqpSender
-
Uses of AmqpSender in io.vertx.mutiny.amqp
Fields in io.vertx.mutiny.amqp with type parameters of type AmqpSenderMethods in io.vertx.mutiny.amqp that return AmqpSenderModifier and TypeMethodDescriptionAmqpSender.closeAndForget()Closes the sender.AmqpConnection.createAnonymousSenderAndAwait()Creates an anonymous sender.AmqpClient.createSenderAndAwait(String address) Creates a sender used to send messages to the given address.AmqpClient.createSenderAndAwait(String address, io.vertx.amqp.AmqpSenderOptions options) Creates a sender used to send messages to the given address.AmqpConnection.createSenderAndAwait(String address) Creates a sender used to send messages to the given address.AmqpConnection.createSenderAndAwait(String address, io.vertx.amqp.AmqpSenderOptions options) Creates a sender used to send messages to the given address.AmqpSender.drainHandler(Runnable handler) Set a drain handler on the stream.AmqpSender.endAndForget()Ends the stream.AmqpSender.endAndForget(AmqpMessage data) Same asend()but writes some data to the stream before ending.AmqpSender.exceptionHandler(Consumer<Throwable> handler) static AmqpSenderAmqpSender.newInstance(io.vertx.amqp.AmqpSender delegate) Creates a new instance of theAmqpSender.AmqpSender.send(AmqpMessage message) Sends an AMQP message.AmqpSender.sendWithAckAndForget(AmqpMessage message) Sends an AMQP message and waits for an acknowledgement.AmqpSender.setWriteQueueMaxSize(int maxSize) AmqpSender.writeAndForget(AmqpMessage data) Write some data to the stream.Methods in io.vertx.mutiny.amqp that return types with arguments of type AmqpSenderModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AmqpSender>AmqpConnection.createAnonymousSender()Creates an anonymous sender.io.smallrye.mutiny.Uni<AmqpSender>AmqpClient.createSender(String address) Creates a sender used to send messages to the given address.io.smallrye.mutiny.Uni<AmqpSender>AmqpClient.createSender(String address, io.vertx.amqp.AmqpSenderOptions options) Creates a sender used to send messages to the given address.io.smallrye.mutiny.Uni<AmqpSender>AmqpConnection.createSender(String address) Creates a sender used to send messages to the given address.io.smallrye.mutiny.Uni<AmqpSender>AmqpConnection.createSender(String address, io.vertx.amqp.AmqpSenderOptions options) Creates a sender used to send messages to the given address.