Uses of Interface
org.neo4j.driver.summary.Notification
-
Uses of Notification in org.neo4j.driver.internal.summary
ModifierConstructorDescriptionInternalResultSummary
(Query query, ServerInfo serverInfo, DatabaseInfo databaseInfo, QueryType queryType, SummaryCounters counters, Plan plan, ProfiledPlan profile, List<Notification> notifications, Set<GqlStatusObject> gqlStatusObjects, long resultAvailableAfter, long resultConsumedAfter) -
Uses of Notification in org.neo4j.driver.summary
Modifier and TypeMethodDescriptionResultSummary.notifications()
A list of notifications that might arise when executing the query.