vertx / io.vertx.core.spi.metrics / EventBusMetrics / replyFailure

replyFailure

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.

Parameters

address - the address

failure - the io.vertx.core.eventbus.ReplyFailure