Stone.js API
    Preparing search index...

    Type Alias FunctionalAdapterEventHandler<TEvent, UResponse>

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

    FunctionalAdapterEventHandler.

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

    Type Parameters

    Type Declaration