public static interface DefaultRetryHandler.RetryOperation<T>
Modifier and Type | Method and Description |
---|---|
default <V> DefaultRetryHandler.RetryOperation<V> |
andThen(DefaultRetryHandler.RetryOperation<V> after) |
T |
call(RetryContext context) |
T call(RetryContext context) throws Exception
Exception
default <V> DefaultRetryHandler.RetryOperation<V> andThen(DefaultRetryHandler.RetryOperation<V> after)
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.