Uses of Interface
com.sdl.delivery.retry.ThrowableFunction
Packages that use ThrowableFunction
-
Uses of ThrowableFunction in com.sdl.delivery.retry
Constructors in com.sdl.delivery.retry with parameters of type ThrowableFunctionModifierConstructorDescriptionFunctionRetryBlock(ThrowableFunction<P, R, E> function, Supplier<P> propertyProvider) FunctionRetryBlock(ThrowableFunction<P, R, E> function, Supplier<P> propertyProvider, int maxRetryCount, int attemptDelayFactor)