Class TimeLimiterWrapper<T extends Indexable,I>

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

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

    • TimeLimiterWrapper

      public TimeLimiterWrapper(io.github.resilience4j.timelimiter.TimeLimiterConfig config)
    • TimeLimiterWrapper

      public TimeLimiterWrapper(io.github.resilience4j.timelimiter.TimeLimiterConfig config, ExecutorService executor)
  • Method Details