Stone.js API
    Preparing search index...

    Interface MetaEventHandler<TEvent, UResponse>

    MetaEventHandler Interface.

    Represents a metadata object for an app event handler.

    UResponse

    interface MetaEventHandler<
        TEvent extends IncomingEvent = IncomingEvent,
        UResponse = unknown,
    > {
        isClass?: boolean;
        isFactory?: boolean;
        module: EventHandlerType<TEvent, UResponse>;
    }

    Type Parameters

    Index
    isClass?: boolean
    isFactory?: boolean