Uses of Class
org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
Packages that use PooledBoltConnection
-
Uses of PooledBoltConnection in org.neo4j.driver.internal.bolt.pooledimpl
Method parameters in org.neo4j.driver.internal.bolt.pooledimpl with type arguments of type PooledBoltConnectionModifier and TypeMethodDescriptionvoidPooledBoltConnectionProvider.connect(CompletableFuture<PooledBoltConnection> acquisitionFuture, SecurityPlan securityPlan, DatabaseName databaseName, Map<String, Value> authMap, Supplier<CompletionStage<Map<String, Value>>> authMapStageSupplier, AccessMode mode, Set<String> bookmarks, String impersonatedUser, BoltProtocolVersion minVersion, NotificationConfig notificationConfig)