Package com.sdl.delivery.retry
package com.sdl.delivery.retry
-
ClassDescriptionAbstractRetryBlock<P,
E extends Throwable> Abstract class for retry block functionality.ConsumerRetryBlock<P,E extends Throwable> Used to perform retries.FunctionRetryBlock<P,R, E extends Throwable> Used to perform retries.ThrowableConsumer<P,E extends Throwable> Functional interface which is similar toConsumerbut which might throw an exception.ThrowableFunction<P,R, E extends Throwable> Functional interface which is similar toFunctionbut which might throw an exception.