@pwngh/economy-lab
    Preparing search index...

    Type Alias Dispatcher

    Dispatcher: (event: EconomyEvent, options?: CallOptions) => Promise<void>

    Hands an outgoing event off for delivery (e.g. SQS or HTTP); the core doesn't know which. A resolved call means handed off, and delivery is at-least-once — consumers dedupe by event id. A rejection counts one failed attempt against the outbox row; the relay retries it until config.maxOutboxAttempts dead-letters it.

    Type Declaration