-
public final class Retry
-
-
Field Summary
Fields Modifier and Type Field Description private final DurationkeyResolutionTimeoutprivate final RetryScheduleretryScheduleprivate final IntegerretryCountprivate final DurationminLoggableTimeout
-
Method Summary
Modifier and Type Method Description final DurationgetKeyResolutionTimeout()final RetrySchedulegetRetrySchedule()final IntegergetRetryCount()final DurationgetMinLoggableTimeout()final <T extends Any> Tinvoke(String description, Function1<ShouldRetrySpec, T> action)-
-
Method Detail
-
getKeyResolutionTimeout
final Duration getKeyResolutionTimeout()
-
getRetrySchedule
final RetrySchedule getRetrySchedule()
-
getRetryCount
final Integer getRetryCount()
-
getMinLoggableTimeout
final Duration getMinLoggableTimeout()
-
-
-
-