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 NotificationConfigNotificationConfig.defaultConfig()Deprecated.Returns a default notification configuration.static NotificationConfigNotificationConfig.disableAllConfig()Deprecated.A config that disables all notifications.NotificationConfig.disableCategories(Set<NotificationCategory> disabledCategories) Deprecated.Returns a config that disables a set of notification categories.NotificationConfig.enableMinimumSeverity(NotificationSeverity minimumSeverity) Deprecated.Returns a config that sets a minimum severity level for notifications.Config.notificationConfig()Deprecated.SessionConfig.notificationConfig()Deprecated.Methods in org.neo4j.driver with parameters of type NotificationConfigModifier and TypeMethodDescriptionConfig.ConfigBuilder.withNotificationConfig(NotificationConfig notificationConfig) SessionConfig.Builder.withNotificationConfig(NotificationConfig notificationConfig) -
Uses of NotificationConfig in org.neo4j.driver.internal.async
Constructors in org.neo4j.driver.internal.async with parameters of type NotificationConfigModifierConstructorDescriptionLeakLoggingNetworkSession(DriverBoltConnectionSource connectionProvider, RetryLogic retryLogic, org.neo4j.bolt.connection.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache, boolean autoCommitRetriesDisabled, DriverObservationProvider observationProvider) NetworkSession(DriverBoltConnectionSource boltConnectionProvider, RetryLogic retryLogic, org.neo4j.bolt.connection.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache, boolean autoCommitRetriesDisabled, DriverObservationProvider observationProvider)
Config.minimumNotificationSeverity()andConfig.disabledNotificationClassifications().