Class RetryingErrorHandlingProperties
-
- All Implemented Interfaces:
-
io.holunda.camunda.bpm.correlate.persist.error.RetryingErrorHandlingConfig
public final class RetryingErrorHandlingProperties implements RetryingErrorHandlingConfigProperties for retries.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongretryMaxBackoffMinutesprivate final DoubleretryBackoffBase
-
Constructor Summary
Constructors Constructor Description RetryingErrorHandlingProperties(Long retryMaxBackoffMinutes, Double retryBackoffBase)
-
Method Summary
Modifier and Type Method Description final LonggetRetryMaxBackoffMinutes()final DoublegetRetryBackoffBase()LonggetMaximumBackOffSeconds()DoublegetBackoffExponentBase()-
-
Method Detail
-
getRetryMaxBackoffMinutes
final Long getRetryMaxBackoffMinutes()
-
getRetryBackoffBase
final Double getRetryBackoffBase()
-
getMaximumBackOffSeconds
Long getMaximumBackOffSeconds()
-
getBackoffExponentBase
Double getBackoffExponentBase()
-
-
-
-