StaticExceptionEventOnlyInvoker

Invoker for static exception handler methods that declare only an event:

fun onFailure(event: E)

This handler is selected when the event being processed is an instance of E or any subtype, regardless of which exception was thrown.

These handlers provide event-scoped catch-all behavior at the class level.

Functions

Link copied to clipboard
abstract operator fun invoke(event: Event)

Invokes the static exception handler method.