java.lang.Object
org.neo4j.driver.BookmarkManagers
Setups new instances of
BookmarkManager.-
Method Summary
Modifier and TypeMethodDescriptionstatic BookmarkManagerdefaultManager(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
-