Class OrderWebProperties

java.lang.Object
com.broadleafcommerce.order.web.OrderWebProperties

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

    • OrderWebProperties

      public OrderWebProperties()
  • Method Details

    • 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.