Stone.js API
    Preparing search index...

    Type Alias FunctionalEventHandler<TEvent, UResponse>

    FunctionalEventHandler: (incomingEvent: TEvent) => Promiseable<UResponse>

    FunctionalEventHandler.

    Represents a function that handles incoming events and returns an outgoing response.

    Type Parameters

    Type Declaration