Interface: IEventHandler<IncomingEventType, OutgoingResponseType>
Interface: IEventHandler<IncomingEventType, OutgoingResponseType>
Represents an event handler.
Param
The type representing the incoming event.
Param
The type representing the outgoing response.
Type Parameters
IncomingEventType
IncomingEventType
extends IIncomingEvent
The type representing the incoming event.
OutgoingResponseType
OutgoingResponseType
= unknown
The type representing the outgoing response.
Indexable
[k: string]: FunctionalEventHandler<IncomingEventType, OutgoingResponseType>