Interface: MetaEventHandler<IncomingEventType, OutgoingResponseType>
Interface: MetaEventHandler<IncomingEventType, OutgoingResponseType>
Represents a meta event handler.
Type Parameters
IncomingEventType
IncomingEventType
extends IIncomingEvent
The type representing the incoming event.
OutgoingResponseType
OutgoingResponseType
= unknown
The type representing the outgoing response.
Properties
action?
optional action: string;
isClass?
optional isClass: boolean;
isFactory?
optional isFactory: boolean;
module
module: EventHandlerType<IncomingEventType, OutgoingResponseType>;