Class OutboxProperties.SchedulerLock

java.lang.Object
com.aim2be.platform.outbox.OutboxProperties.SchedulerLock
Enclosing class:
OutboxProperties

public static class OutboxProperties.SchedulerLock extends Object
ShedLock context-wide configuration. Backs the @EnableSchedulerLock(defaultLockAtMostFor = ...) attribute on OutboxAutoConfiguration via Spring's annotation-value property-placeholder resolution.
  • Constructor Details

    • SchedulerLock

      public SchedulerLock()
  • Method Details

    • getDefaultAtMost

      public String getDefaultAtMost()
    • setDefaultAtMost

      public void setDefaultAtMost(String defaultAtMost)