Class BlockingFixedRetryInfo
java.lang.Object
com.broadleafcommerce.common.messaging.retry.FixedRetryInfo
com.broadleafcommerce.common.messaging.retry.blocking.BlockingFixedRetryInfo
Retry configuration for the blocking retry case
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getKafka()
int
hashCode()
boolean
If the default values are all satisfactory, the retry configuration can simply set this property to true, which will establish aBlockingRetryInfo
associated with the targeted binding inBlockingRetryProperties.getBindings()
.void
void
setUseDefaults
(boolean useDefaults) If the default values are all satisfactory, the retry configuration can simply set this property to true, which will establish aBlockingRetryInfo
associated with the targeted binding inBlockingRetryProperties.getBindings()
.toString()
Methods inherited from class com.broadleafcommerce.common.messaging.retry.FixedRetryInfo
getBackOff, getDlq, getExclude, getInclude, getMaxAttempts, setBackOff, setDlq, setExclude, setInclude, setMaxAttempts
-
Constructor Details
-
BlockingFixedRetryInfo
public BlockingFixedRetryInfo()
-
-
Method Details
-
equals
- Overrides:
equals
in classFixedRetryInfo
-
canEqual
- Overrides:
canEqual
in classFixedRetryInfo
-
hashCode
public int hashCode()- Overrides:
hashCode
in classFixedRetryInfo
-
getKafka
-
isUseDefaults
public boolean isUseDefaults()If the default values are all satisfactory, the retry configuration can simply set this property to true, which will establish aBlockingRetryInfo
associated with the targeted binding inBlockingRetryProperties.getBindings()
. -
setKafka
-
setUseDefaults
public void setUseDefaults(boolean useDefaults) If the default values are all satisfactory, the retry configuration can simply set this property to true, which will establish aBlockingRetryInfo
associated with the targeted binding inBlockingRetryProperties.getBindings()
. -
toString
- Overrides:
toString
in classFixedRetryInfo
-