Interface: MetaEventHandler<TEvent, UResponse>
Interface: MetaEventHandler<TEvent, UResponse>
MetaEventHandler Interface.
Represents a metadata object for an app event handler.
Template
UResponse
Type Parameters
TEvent
TEvent extends IncomingEvent = IncomingEvent
UResponse
UResponse = unknown
Properties
isClass?
optional isClass: boolean;
isFactory?
optional isFactory: boolean;
module
module: EventHandlerType<TEvent, UResponse>;
