Uses of Interface
org.neo4j.driver.NotificationCategory
Packages that use NotificationCategory
-
Uses of NotificationCategory in org.neo4j.driver
Classes in org.neo4j.driver that implement NotificationCategoryFields in org.neo4j.driver declared as NotificationCategoryModifier and TypeFieldDescriptionstatic final NotificationCategoryNotificationCategory.DEPRECATIONA deprecation category.static final NotificationCategoryNotificationCategory.GENERICA generic category.static final NotificationCategoryNotificationCategory.HINTA hint category.static final NotificationCategoryNotificationCategory.PERFORMANCEA performance category.static final NotificationCategoryNotificationCategory.SCHEMAA schema category.static final NotificationCategoryNotificationCategory.SECURITYA security category.static final NotificationCategoryNotificationCategory.TOPOLOGYA topology category.static final NotificationCategoryNotificationCategory.UNRECOGNIZEDAn unrecognized category.static final NotificationCategoryNotificationCategory.UNSUPPORTEDAn unsupported category.Method parameters in org.neo4j.driver with type arguments of type NotificationCategoryModifier 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
Methods in org.neo4j.driver.internal.summary that return types with arguments of type NotificationCategoryModifier and TypeMethodDescriptionInternalNotification.category()static Optional<NotificationCategory> -
Uses of NotificationCategory in org.neo4j.driver.summary
Methods in org.neo4j.driver.summary that return types with arguments of type NotificationCategoryModifier and TypeMethodDescriptiondefault Optional<NotificationCategory>Notification.category()Returns the category of the notification.