Uses of Interface
org.neo4j.driver.NotificationSeverity
-
Uses of NotificationSeverity in org.neo4j.driver
Modifier and TypeFieldDescriptionstatic final NotificationSeverity
NotificationSeverity.INFORMATION
An information severity level.static final NotificationSeverity
NotificationSeverity.OFF
A special severity level used in configuration to turn off all notifications.static final NotificationSeverity
NotificationSeverity.WARNING
A warning severity level.Modifier and TypeMethodDescriptionConfig.minimumNotificationSeverity()
Returns a minimum notification severity.SessionConfig.minimumNotificationSeverity()
Returns a minimum notification severity.Modifier and TypeMethodDescriptionNotificationConfig.enableMinimumSeverity
(NotificationSeverity minimumSeverity) Returns a config that sets a minimum severity level for notifications.Config.ConfigBuilder.withMinimumNotificationSeverity
(NotificationSeverity minimumNotificationSeverity) Sets a minimum severity for notifications produced by the server.SessionConfig.Builder.withMinimumNotificationSeverity
(NotificationSeverity minimumNotificationSeverity) Sets a minimum severity for notifications produced by the server. -
Uses of NotificationSeverity in org.neo4j.driver.internal.summary
ModifierConstructorDescriptionInternalNotification
(String gqlStatus, String statusDescription, Map<String, Value> diagnosticRecord, String code, String title, String description, NotificationSeverity severityLevel, String rawSeverityLevel, NotificationClassification classification, String rawClassification, InputPosition position) -
Uses of NotificationSeverity in org.neo4j.driver.summary
Modifier and TypeMethodDescriptiondefault Optional<NotificationSeverity>
Notification.severityLevel()
Returns the severity level of the notification derived from the diagnostic record.