Uses of Class
io.vertx.rabbitmq.RabbitMQPublisherConfirmation
-
Packages that use RabbitMQPublisherConfirmation Package Description io.vertx.rabbitmq io.vertx.reactivex.rabbitmq io.vertx.rxjava3.rabbitmq -
-
Uses of RabbitMQPublisherConfirmation in io.vertx.rabbitmq
Methods in io.vertx.rabbitmq that return types with arguments of type RabbitMQPublisherConfirmation Modifier and Type Method Description ReadStream<RabbitMQPublisherConfirmation>
RabbitMQPublisher. getConfirmationStream()
Get the ReadStream that contains the message IDs for confirmed messages. -
Uses of RabbitMQPublisherConfirmation in io.vertx.reactivex.rabbitmq
Methods in io.vertx.reactivex.rabbitmq that return types with arguments of type RabbitMQPublisherConfirmation Modifier and Type Method Description ReadStream<RabbitMQPublisherConfirmation>
RabbitMQPublisher. getConfirmationStream()
Get the ReadStream that contains the message IDs for confirmed messages. -
Uses of RabbitMQPublisherConfirmation in io.vertx.rxjava3.rabbitmq
Methods in io.vertx.rxjava3.rabbitmq that return types with arguments of type RabbitMQPublisherConfirmation Modifier and Type Method Description ReadStream<RabbitMQPublisherConfirmation>
RabbitMQPublisher. getConfirmationStream()
Get the ReadStream that contains the message IDs for confirmed messages.
-