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 booleanbooleangetKafka()inthashCode()booleanIf the default values are all satisfactory, the retry configuration can simply set this property to true, which will establish aBlockingRetryInfoassociated with the targeted binding inBlockingRetryProperties.getBindings().voidvoidsetUseDefaults(boolean useDefaults) If the default values are all satisfactory, the retry configuration can simply set this property to true, which will establish aBlockingRetryInfoassociated 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:
equalsin classFixedRetryInfo
-
canEqual
- Overrides:
canEqualin classFixedRetryInfo
-
hashCode
public int hashCode()- Overrides:
hashCodein 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 aBlockingRetryInfoassociated 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 aBlockingRetryInfoassociated with the targeted binding inBlockingRetryProperties.getBindings(). -
toString
- Overrides:
toStringin classFixedRetryInfo
-