Stone.js API
    Preparing search index...

    Type Alias LazyFactoryComponentEventHandler<IncomingEventType, OutgoingResponseType>

    LazyFactoryComponentEventHandler: () => Promise<
        FactoryComponentEventHandler<IncomingEventType, OutgoingResponseType>,
    >

    Represents a lazy factory component event handler.

    Type Parameters

    • IncomingEventType extends IIncomingEvent

      The type representing the incoming event.

    • OutgoingResponseType = unknown

      The type representing the outgoing response.