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:
-
Field Summary
Fields inherited from class EventObject
source -
Method Summary
Modifier and TypeMethodDescriptionSet<org.neo4j.driver.Bookmark> Retrieves the set of bookmarks associated with this event.Methods inherited from class ApplicationEvent
getTimestampMethods inherited from class EventObject
getSource, toString
-
Method Details
-
getBookmarks
Retrieves the set of bookmarks associated with this event.- Returns:
- an unmodifiable views of the new bookmarks
-