Documentation
    Preparing search index...

    Interface OutboxServiceOptions

    Options for createOutboxService.

    interface OutboxServiceOptions {
        router: OutboxRouter;
    }
    Index

    Properties

    Properties

    router: OutboxRouter

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