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, BoltConnectionProvider 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) NetworkSession(BoltSecurityPlanManager securityPlanManager, BoltConnectionProvider 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) -
Uses of RetryLogic in org.neo4j.driver.internal.retry
Classes in org.neo4j.driver.internal.retry that implement RetryLogic