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.