Type alias Handler<T>

Handler<T>: Decoder<HandlerPayload<T>>

An event handler that passing custom value of type T. It is equivalent to a Decoder of HandlerPayload<T>.

Type Parameters

  • T

Generated using TypeDoc