Uses of Class
io.vertx.mutiny.rabbitmq.RabbitMQPublisher
Packages that use RabbitMQPublisher
-
Uses of RabbitMQPublisher in io.vertx.mutiny.rabbitmq
Fields in io.vertx.mutiny.rabbitmq with type parameters of type RabbitMQPublisherModifier and TypeFieldDescriptionstatic final TypeArg<RabbitMQPublisher>RabbitMQPublisher.__TYPE_ARGMethods in io.vertx.mutiny.rabbitmq that return RabbitMQPublisherModifier and TypeMethodDescriptionstatic RabbitMQPublisherRabbitMQPublisher.create(Vertx vertx, RabbitMQClient client, io.vertx.rabbitmq.RabbitMQPublisherOptions options) Create and return a publisher using the specified client.static RabbitMQPublisherRabbitMQPublisher.newInstance(io.vertx.rabbitmq.RabbitMQPublisher delegate) Creates a new instance of theRabbitMQPublisher.RabbitMQPublisher.publishAndForget(String exchange, String routingKey, com.rabbitmq.client.BasicProperties properties, io.vertx.core.buffer.Buffer body) Publish a message.RabbitMQPublisher.publishConfirmAndForget(String exchange, String routingKey, com.rabbitmq.client.BasicProperties properties, io.vertx.core.buffer.Buffer body) Publish a message and complete when publish confirm has returned.RabbitMQPublisher.startAndForget()Start the rabbitMQ publisher.RabbitMQPublisher.stopAndForget()Stop the rabbitMQ publisher.