org.springframework.boot.jta.atomikos

Class AtomikosProperties.Recovery

  • java.lang.Object
    • org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
  • Enclosing class:
    AtomikosProperties


    public static class AtomikosProperties.Recovery
    extends java.lang.Object
    Recovery specific settings.
    • Constructor Detail

      • Recovery

        public Recovery()
    • Method Detail

      • getForgetOrphanedLogEntriesDelay

        public java.time.Duration getForgetOrphanedLogEntriesDelay()
      • setForgetOrphanedLogEntriesDelay

        public void setForgetOrphanedLogEntriesDelay(java.time.Duration forgetOrphanedLogEntriesDelay)
      • getDelay

        public java.time.Duration getDelay()
      • setDelay

        public void setDelay(java.time.Duration delay)
      • getMaxRetries

        public int getMaxRetries()
      • setMaxRetries

        public void setMaxRetries(int maxRetries)
      • getRetryInterval

        public java.time.Duration getRetryInterval()
      • setRetryInterval

        public void setRetryInterval(java.time.Duration retryInterval)