Uses of Interface
org.neo4j.driver.NotificationConfig
-
Uses of NotificationConfig in org.neo4j.driver
Modifier 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.Modifier and TypeMethodDescriptionConfig.ConfigBuilder.withNotificationConfig
(NotificationConfig notificationConfig) Sets notification config.SessionConfig.Builder.withNotificationConfig
(NotificationConfig notificationConfig) Sets notification config.