List of usage examples for io.vertx.core.eventbus MessageProducer writeQueueFull
boolean writeQueueFull();
From source file:examples.VertxAmqpBridgeExamples.java
License:Apache License
public void example5(MessageProducer<JsonObject> producer) { producer.writeQueueFull(); }