abstract fun replyFailure(address: String, failure: ReplyFailure): Unit
Called whenever the event bus delivers a reply failure to the sender/publisher, the io.vertx.core.eventbus.ReplyFailure indicates the nature of the failure. No specific thread and context can be expected when this method is called.