Class OutboxProperties

  • All Implemented Interfaces:

    @ConfigurationProperties(prefix = "outbox") 
    public final class OutboxProperties
    
                        

    Configuration properties for Spring Outbox functionality.

    This class defines all configurable aspects of the outbox pattern implementation, including locking, retry policies, and processing behavior.

    Since:

    0.1.0

    Author:

    Roland Beisel