Uses of Interface
org.neo4j.driver.internal.retry.RetryLogic
Packages that use RetryLogic
-
Uses of RetryLogic in org.neo4j.driver.internal.async
Methods in org.neo4j.driver.internal.async that return RetryLogicConstructors in org.neo4j.driver.internal.async with parameters of type RetryLogicModifierConstructorDescriptionLeakLoggingNetworkSession
(BoltSecurityPlanManager securityPlanManager, DriverBoltConnectionProvider connectionProvider, RetryLogic retryLogic, DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig driverNotificationConfig, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache) NetworkSession
(BoltSecurityPlanManager securityPlanManager, DriverBoltConnectionProvider boltConnectionProvider, RetryLogic retryLogic, DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig driverNotificationConfig, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache) -
Uses of RetryLogic in org.neo4j.driver.internal.retry
Classes in org.neo4j.driver.internal.retry that implement RetryLogic