java.lang.Object
tech.illuin.pipeline.sink.execution.wrapper.retry.RetrySink<P>
All Implemented Interfaces:
Sink<P>

public class RetrySink<P> extends Object implements Sink<P>
Author:
Pierre Lecerf ([email protected])
  • Constructor Details

    • RetrySink

      public RetrySink(Sink<P> sink, io.github.resilience4j.retry.Retry retry)
  • Method Details