Uses of Interface
io.vertx.rabbitmq.RabbitMQPublisher
-
-
Uses of RabbitMQPublisher in io.vertx.rabbitmq
Methods in io.vertx.rabbitmq that return RabbitMQPublisher Modifier and Type Method Description static RabbitMQPublisher
RabbitMQPublisher. create(Vertx vertx, RabbitMQClient client, RabbitMQPublisherOptions options)
Create and return a publisher using the specified client.
-