StaticExceptionThrowableOnlyInvoker

Invoker for static exception handler methods that declare only a throwable:

fun onFailure(t: T)

This handler is selected when the thrown exception is an instance of T or any subtype, independent of the event being processed.

These handlers serve as global exception observers for static subscribers.

Functions

Link copied to clipboard
abstract operator fun invoke(throwable: Throwable)

Invokes the static exception handler method.