Class RetryWrapper<T extends Indexable,I>

java.lang.Object
tech.illuin.pipeline.execution.wrapper.RetryWrapper<T,I>
All Implemented Interfaces:
SinkWrapper, StepWrapper<T,I>

public class RetryWrapper<T extends Indexable,I> extends Object implements StepWrapper<T,I>, SinkWrapper
Author:
Pierre Lecerf ([email protected])
  • Constructor Details

    • RetryWrapper

      public RetryWrapper(io.github.resilience4j.retry.RetryConfig config)
  • Method Details