Package io.namastack.springoutbox
Annotation EnableOutbox
-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.CLASS}) public @interface EnableOutbox
Enables Spring Outbox functionality in the application.
This annotation triggers the autoconfiguration for the outbox pattern implementation, which helps ensure reliable message publishing and event handling.
- Since:
0.1.0
Roland Beisel