Class MessageLockProperties.Takeover
java.lang.Object
com.broadleafcommerce.common.messaging.service.MessageLockProperties.Takeover
- Enclosing class:
- MessageLockProperties
Properties related to message lock takeover behavior
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
void
setDefaultStagnationThreshold
(Duration defaultStagnationThreshold) void
setEnabled
(boolean enabled) void
setIncludeListenerNames
(List<String> includeListenerNames) void
setStagnationThresholds
(Map<String, Duration> stagnationThresholds) toString()
-
Constructor Details
-
Takeover
public Takeover()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
getIncludeListenerNames
-
getDefaultStagnationThreshold
-
getStagnationThresholds
-
setEnabled
public void setEnabled(boolean enabled) -
setIncludeListenerNames
-
setDefaultStagnationThreshold
-
setStagnationThresholds
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-