Uses of Class
org.neo4j.driver.internal.retry.RetrySettings
Packages that use RetrySettings
-
Uses of RetrySettings in org.neo4j.driver.internal.retry
Fields in org.neo4j.driver.internal.retry declared as RetrySettingsConstructors in org.neo4j.driver.internal.retry with parameters of type RetrySettingsModifierConstructorDescriptionExponentialBackoffRetryLogic(RetrySettings settings, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, Clock clock, Logging logging)