java.lang.Object
org.neo4j.driver.BookmarkManagerConfig
Bookmark configuration used to configure bookmark manager supplied by
BookmarkManagers.defaultManager(BookmarkManagerConfig)
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Builder used to configureBookmarkManagerConfig
which will be used to create a bookmark manager. -
Method Summary
Modifier and TypeMethodDescriptionReturns bookmarks consumer that will be notified when bookmarks are updated.Returns bookmarks supplier that will be used by the bookmark manager when getting bookmarks.builder()
Creates a newBookmarkManagerConfig.BookmarkManagerConfigBuilder
used to construct a configuration object.Returns the map of bookmarks used to initialise the bookmark manager.
-
Method Details
-
builder
Creates a newBookmarkManagerConfig.BookmarkManagerConfigBuilder
used to construct a configuration object.- Returns:
- a bookmark manager configuration builder.
-
initialBookmarks
Returns the map of bookmarks used to initialise the bookmark manager.- Returns:
- the set of bookmarks
-
bookmarksConsumer
Returns bookmarks consumer that will be notified when bookmarks are updated.- Returns:
- the bookmarks consumer
-
bookmarksSupplier
Returns bookmarks supplier that will be used by the bookmark manager when getting bookmarks.- Returns:
- the bookmark supplier
-