@FunctionalInterface public static interface AsyncUtils.ShouldRetry<T>
Modifier and Type | Method and Description |
---|---|
boolean |
shouldRetry(T result,
Throwable exception,
long retryInterval) |
Copyright © 2015–2024 Red Hat. All rights reserved.