Uses of Interface
com.sdl.delivery.retry.ThrowableConsumer
Packages that use ThrowableConsumer
-
Uses of ThrowableConsumer in com.sdl.delivery.retry
Constructors in com.sdl.delivery.retry with parameters of type ThrowableConsumerModifierConstructorDescriptionConsumerRetryBlock(ThrowableConsumer<P, E> consumer, Supplier<P> propertyProvider) Creates RetryBlock object.ConsumerRetryBlock(ThrowableConsumer<P, E> consumer, Supplier<P> propertyProvider, int maxRetryCount, int attemptDelayFactor) Creates RetryBlock object.