EventDispatcherInstrumenter

Plugin style that can be used for instrument before & after the event is dispatched by EventDispatcher.dispatchOnEvent

Types

Link copied to clipboard
interface Instrumenter

Functions

Link copied to clipboard
Link copied to clipboard
fun onBeginWork(eventHandler: EventHandler<*>, eventState: Any): Any?
Link copied to clipboard
fun onEndWork(token: Any?)
Link copied to clipboard