Package io.outbox.dispatch


package io.outbox.dispatch
Hot-path event dispatcher with dual-queue processing.

OutboxDispatcher drains a hot queue (after-commit callbacks) and a cold queue (poller fallback) using fair 2:1 weighted round-robin. Supports retry with exponential backoff, in-flight deduplication, event interception, and graceful shutdown.

See Also: