Stone.js API
    Preparing search index...

    Interface IEventHandler<IncomingEventType, OutgoingResponseType>

    Represents an event handler.

    The type representing the incoming event.

    The type representing the outgoing response.

    An event handler.

    Type Parameters

    • IncomingEventType extends IIncomingEvent

      The type representing the incoming event.

    • OutgoingResponseType = unknown

      The type representing the outgoing response.

    Indexable