Uses of Record Class
org.neo4j.bolt.connection.NotificationClassification
Packages that use NotificationClassification
-
Uses of NotificationClassification in org.neo4j.bolt.connection
Methods in org.neo4j.bolt.connection that return types with arguments of type NotificationClassificationModifier and TypeMethodDescriptionNotificationConfig.disabledClassifications()Returns the value of thedisabledClassificationsrecord component.static Optional<NotificationClassification> Constructor parameters in org.neo4j.bolt.connection with type arguments of type NotificationClassificationModifierConstructorDescriptionNotificationConfig(NotificationSeverity minimumSeverity, Set<NotificationClassification> disabledClassifications) Creates an instance of aNotificationConfigrecord class.