Class MessageLockProperties.Takeover

java.lang.Object
com.broadleafcommerce.common.messaging.service.MessageLockProperties.Takeover
Enclosing class:
MessageLockProperties

public static class MessageLockProperties.Takeover extends Object
Properties related to message lock takeover behavior
  • Constructor Details

    • Takeover

      public Takeover()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • getIncludeListenerNames

      public List<String> getIncludeListenerNames()
    • getDefaultStagnationThreshold

      public Duration getDefaultStagnationThreshold()
    • getStagnationThresholds

      public Map<String,Duration> getStagnationThresholds()
    • setEnabled

      public void setEnabled(boolean enabled)
    • setIncludeListenerNames

      public void setIncludeListenerNames(List<String> includeListenerNames)
    • setDefaultStagnationThreshold

      public void setDefaultStagnationThreshold(Duration defaultStagnationThreshold)
    • setStagnationThresholds

      public void setStagnationThresholds(Map<String,Duration> stagnationThresholds)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object