Package io.outbox.spring.boot


package io.outbox.spring.boot
Spring Boot auto-configuration for the outbox framework.

OutboxAutoConfiguration wires an Outbox instance from outbox.* application properties. Supports all four modes: single-node, multi-node, ordered, and writer-only.

Use @OutboxListener on bean methods to register event listeners declaratively.

See Also: