Bookmark Manager #1401
Closed
injectives
announced in
Preview features
Replies: 1 comment
-
This API has been graduated to GA status in the 5.8.0 release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bookmark manager is a new opt-in feature that is enabled via the
SessionConfig
.It is responsible for providing an up-to-date set of bookmarks to driver on session creation and database data access.
Driver provides a default implementation via
BookmarkManagers.defaultManager
. The default implementation keeps track of a single local driver instance bookmarks only. However, it supports 2 extension points:-
updateListener
- a listener for new bookmarks-
bookmarkSupplier
- a supplier of additional bookmarksJavadoc includes more general details.
Beta Was this translation helpful? Give feedback.
All reactions