Uses of Class
io.vertx.rxjava3.amqp.AmqpSender
Packages that use AmqpSender
-
Uses of AmqpSender in io.vertx.rxjava3.amqp
Fields in io.vertx.rxjava3.amqp with type parameters of type AmqpSenderModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<AmqpSender> AmqpSender.__TYPE_ARGMethods in io.vertx.rxjava3.amqp that return AmqpSenderModifier and TypeMethodDescriptionAmqpSender.exceptionHandler(Handler<Throwable> handler) static AmqpSenderAmqpSender.newInstance(AmqpSender arg) AmqpSender.send(AmqpMessage message) Sends an AMQP message.AmqpSender.setWriteQueueMaxSize(int maxSize) Methods in io.vertx.rxjava3.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.AmqpConnection.rxCreateAnonymousSender()Creates an anonymous sender.AmqpClient.rxCreateSender(String address) Creates a sender used to send messages to the given address.AmqpClient.rxCreateSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address.AmqpConnection.rxCreateSender(String address) Creates a sender used to send messages to the given address.AmqpConnection.rxCreateSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address.