Class RetryFactories

java.lang.Object
com.aerospike.client.reactor.retry.RetryFactories

public final class RetryFactories extends Object
  • Method Details

    • retryOnNoMoreConnections

      public static reactor.util.retry.Retry retryOnNoMoreConnections()
    • retryOn

      public static reactor.util.retry.Retry retryOn(Predicate<Throwable> retryOn)
    • retry

      public static reactor.util.retry.Retry retry(BiFunction<Throwable,Integer,Long> retryDelay)