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(BoltServerAddress address, RoutingContext routingContext, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, SecurityPlan securityPlan, DatabaseName databaseName, Supplier<CompletionStage<AuthToken>> authTokenStageSupplier, AccessMode mode, Set<String> bookmarks, String impersonatedUser, BoltProtocolVersion minVersion, NotificationConfig notificationConfig, Consumer<DatabaseName> databaseNameConsumer, Map<String, Object> additionalParameters) -
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)