Uses of Interface
org.neo4j.driver.NotificationConfig
Packages that use NotificationConfig
-
Uses of NotificationConfig in org.neo4j.driver
Methods in org.neo4j.driver that return NotificationConfigModifier and TypeMethodDescriptionstatic NotificationConfig
NotificationConfig.defaultConfig()
Returns a default notification configuration.static NotificationConfig
NotificationConfig.disableAllConfig()
A config that disables all notifications.NotificationConfig.disableCategories
(Set<NotificationCategory> disabledCategories) Returns a config that disables a set of notification categories.NotificationConfig.enableMinimumSeverity
(NotificationSeverity minimumSeverity) Returns a config that sets a minimum severity level for notifications.Config.notificationConfig()
Returns notification config.SessionConfig.notificationConfig()
Returns notification config.Methods in org.neo4j.driver with parameters of type NotificationConfigModifier and TypeMethodDescriptionConfig.ConfigBuilder.withNotificationConfig
(NotificationConfig notificationConfig) Sets notification config.SessionConfig.Builder.withNotificationConfig
(NotificationConfig notificationConfig) Sets notification config.