Class Neo4jBookmarksUpdatedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.data.neo4j.core.transaction.Neo4jBookmarksUpdatedEvent
All Implemented Interfaces:
Serializable

@API(status=STABLE, since="6.1.1") public final class Neo4jBookmarksUpdatedEvent extends ApplicationEvent
This event will be published after a Neo4j transaction manager physically committed a transaction without errors and received a new set of bookmarks from the cluster.
Since:
6.1.1
Author:
Michael J. Simons
See Also:
  • Method Details

    • getBookmarks

      public Set<org.neo4j.driver.Bookmark> getBookmarks()
      Returns:
      An unmodifiable views of the new bookmarks.