Documentation
    Preparing search index...

    Interface OutboxServiceOptions

    Options for createOutboxService.

    interface OutboxServiceOptions {
        router: OutboxRouter;
        getQueryRouter?(
            windowId: string,
            context: ServiceRuntimeContext | undefined,
        ): OutboxRouter;
    }
    Index

    Properties

    Methods

    Properties

    router: OutboxRouter

    The outbox router the shell uses to reach relays. Required.

    Methods

    • Optionally selects a request-scoped router for a live napplet source.

      Parameters

      • windowId: string

        The authenticated source window for the request.

      • context: ServiceRuntimeContext | undefined

        Narrow runtime context for source-bound policy checks.

      Returns OutboxRouter

      Router used only for that source's one-shot outbox queries.