Uses of Record Class
org.neo4j.bolt.connection.NotificationConfig
Packages that use NotificationConfig
-
Uses of NotificationConfig in org.neo4j.bolt.connection
Methods in org.neo4j.bolt.connection that return NotificationConfigMethods in org.neo4j.bolt.connection with parameters of type NotificationConfigModifier and TypeMethodDescriptionBoltConnectionProvider.connect(URI uri, String routingContextAddress, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, long initialisationTimeoutMillis, SecurityPlan securityPlan, AuthToken authToken, BoltProtocolVersion minVersion, NotificationConfig notificationConfig, ImmutableObservation parentObservation) Connects to the givenURIusing the provided parameters and returnsBoltConnectioninstance. -
Uses of NotificationConfig in org.neo4j.bolt.connection.message
Methods in org.neo4j.bolt.connection.message with parameters of type NotificationConfigModifier and TypeMethodDescriptionstatic BeginMessageMessages.beginTransaction(String databaseName, AccessMode accessMode, String impersonatedUser, Set<String> bookmarks, TransactionType transactionType, Duration txTimeout, Map<String, Value> txMetadata, NotificationConfig notificationConfig) static RunMessageMessages.run(String databaseName, AccessMode accessMode, String impersonatedUser, Set<String> bookmarks, String query, Map<String, Value> parameters, Duration txTimeout, Map<String, Value> txMetadata, NotificationConfig notificationConfig)