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