Class RetryTransformer.Context.RetryDueToResultException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.resilience4j.rxjava3.retry.transformer.RetryTransformer.Context.RetryDueToResultException
All Implemented Interfaces:
Serializable
Enclosing class:
RetryTransformer.Context<T>

private static class RetryTransformer.Context.RetryDueToResultException extends RuntimeException
  • Field Details

    • waitDurationMillis

      private final long waitDurationMillis
  • Constructor Details

    • RetryDueToResultException

      RetryDueToResultException(long waitDurationMillis)