Class OrderWebProperties


  • @ConfigurationProperties("broadleaf.order.web")
    public class OrderWebProperties
    extends Object
    • Constructor Detail

      • OrderWebProperties

        public OrderWebProperties()
    • Method Detail

      • getOrderLockTtl

        public Duration getOrderLockTtl()
        The amount of time that a order lock is held, before it expires.
      • setOrderLockTtl

        public void setOrderLockTtl​(Duration orderLockTtl)
        The amount of time that a order lock is held, before it expires.