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. -
Uses of NotificationConfig in org.neo4j.driver.internal.async
Constructors in org.neo4j.driver.internal.async with parameters of type NotificationConfigModifierConstructorDescriptionLeakLoggingNetworkSession
(BoltSecurityPlanManager securityPlanManager, DriverBoltConnectionProvider connectionProvider, RetryLogic retryLogic, DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig driverNotificationConfig, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache) NetworkSession
(BoltSecurityPlanManager securityPlanManager, DriverBoltConnectionProvider boltConnectionProvider, RetryLogic retryLogic, DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig driverNotificationConfig, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache)