Type Alias: IDispatchers<IncomingEventType, OutgoingResponseType>
Type Alias: IDispatchers<IncomingEventType, OutgoingResponseType>
type IDispatchers<IncomingEventType, OutgoingResponseType> = Record<DispacherType, DispacheClass<IncomingEventType, OutgoingResponseType>>;
Collection of dispatchers for route handling.
Type Parameters
IncomingEventType
IncomingEventType
extends IIncomingEvent
OutgoingResponseType
OutgoingResponseType
= unknown