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

endHandleMessage

abstract fun endHandleMessage(handler: H, failure: Throwable): Unit

Called when an handler finish to process a message. The thread model depends on the actual context thats registered the handler. Event loop context This method is invoked with the handler event loop thread. Worker context This method is invoked with a worker thread.

Parameters

handler - the handler processing the message

failure - an optional failure thrown by handler