Uses of Interface
org.neo4j.driver.NotificationCategory
-
Uses of NotificationCategory in org.neo4j.driver
Modifier and TypeFieldDescriptionstatic final NotificationCategory
NotificationCategory.DEPRECATION
A deprecation category.static final NotificationCategory
NotificationCategory.GENERIC
A generic category.static final NotificationCategory
NotificationCategory.HINT
A hint category.static final NotificationCategory
NotificationCategory.PERFORMANCE
A performance category.static final NotificationCategory
NotificationCategory.SCHEMA
A schema category.static final NotificationCategory
NotificationCategory.SECURITY
A security category.static final NotificationCategory
NotificationCategory.TOPOLOGY
A topology category.static final NotificationCategory
NotificationCategory.UNRECOGNIZED
An unrecognized category.static final NotificationCategory
NotificationCategory.UNSUPPORTED
An unsupported category.Modifier and TypeMethodDescriptionNotificationConfig.disableCategories
(Set<NotificationCategory> disabledCategories) Returns a config that disables a set of notification categories. -
Uses of NotificationCategory in org.neo4j.driver.internal.summary
Modifier and TypeMethodDescriptionInternalNotification.category()
static Optional<NotificationCategory>
-
Uses of NotificationCategory in org.neo4j.driver.summary
Modifier and TypeMethodDescriptiondefault Optional<NotificationCategory>
Notification.category()
Returns the category of the notification.