java.lang.Object
org.neo4j.driver.BookmarkManagers
Setups new instances of
BookmarkManager
.-
Method Summary
Modifier and TypeMethodDescriptionstatic BookmarkManager
defaultManager
(BookmarkManagerConfig config) Setups a new instance of bookmark manager that can be used inSessionConfig.Builder.withBookmarkManager(BookmarkManager)
.
-
Method Details
-
defaultManager
Setups a new instance of bookmark manager that can be used inSessionConfig.Builder.withBookmarkManager(BookmarkManager)
.- Parameters:
config
- the bookmark manager configuration- Returns:
- the bookmark manager
-