Uses of Interface
io.vertx.amqp.AmqpSender
Packages that use AmqpSender
-
Uses of AmqpSender in io.vertx.amqp
Methods in io.vertx.amqp that return AmqpSenderModifier and TypeMethodDescriptionAmqpSender.exceptionHandler(Handler<Throwable> handler) AmqpSender.send(AmqpMessage message) Sends an AMQP message.AmqpSender.setWriteQueueMaxSize(int maxSize) Methods in io.vertx.amqp that return types with arguments of type AmqpSenderModifier and TypeMethodDescriptionAmqpConnection.createAnonymousSender()Creates an anonymous sender.AmqpClient.createSender(String address) Creates a sender used to send messages to the given address.AmqpClient.createSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address.AmqpConnection.createSender(String address) Creates a sender used to send messages to the given address.AmqpConnection.createSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address. -
Uses of AmqpSender in io.vertx.reactivex.amqp
Methods in io.vertx.reactivex.amqp that return AmqpSenderMethods in io.vertx.reactivex.amqp with parameters of type AmqpSenderConstructors in io.vertx.reactivex.amqp with parameters of type AmqpSender -
Uses of AmqpSender in io.vertx.rxjava3.amqp
Methods in io.vertx.rxjava3.amqp that return AmqpSenderMethods in io.vertx.rxjava3.amqp with parameters of type AmqpSenderConstructors in io.vertx.rxjava3.amqp with parameters of type AmqpSender