A11 TypeScript API - v0.2.1
    Preparing search index...

    Type Alias OnSessionStreamMessage

    OnSessionStreamMessage: (
        message: WireMessage | null,
        stream: WireStream,
        session: Session,
    ) => void | Status | Promise<void | Status>

    Consumes one inbound message with its transport and owning session. null marks that transport's remote half-close.

    Type Declaration