Class ExponentialBackoffRetryLogic

java.lang.Object
org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
All Implemented Interfaces:
RetryLogic

public class ExponentialBackoffRetryLogic extends Object implements RetryLogic
  • Constructor Details

    • ExponentialBackoffRetryLogic

      public ExponentialBackoffRetryLogic(RetrySettings settings, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, Clock clock, Logging logging)
  • Method Details