Class Random

java.lang.Object
io.kestra.core.models.tasks.retrys.AbstractRetry
io.kestra.core.models.tasks.retrys.Random

public class Random extends AbstractRetry
  • Field Details

    • type

      @NotNull protected @NotNull String type
  • Constructor Details

    • Random

      public Random()
  • Method Details

    • toPolicy

      public <T> net.jodah.failsafe.RetryPolicy<T> toPolicy()
      Overrides:
      toPolicy in class AbstractRetry