Uses of Class
org.springframework.data.neo4j.core.ReactiveNeo4jClient.Builder
Packages that use ReactiveNeo4jClient.Builder
Package
Description
This package contains the core infrastructure for creating an
imperative or reactive client that can execute queries.
-
Uses of ReactiveNeo4jClient.Builder in org.springframework.data.neo4j.core
Methods in org.springframework.data.neo4j.core that return ReactiveNeo4jClient.BuilderModifier and TypeMethodDescriptionstatic ReactiveNeo4jClient.BuilderReactiveNeo4jClient.with(org.neo4j.driver.Driver driver) ReactiveNeo4jClient.Builder.withDatabaseSelectionProvider(@Nullable ReactiveDatabaseSelectionProvider databaseSelectionProvider) Configures the database selection provider.ReactiveNeo4jClient.Builder.withNeo4jBookmarkManager(@Nullable Neo4jBookmarkManager bookmarkManager) Configures theNeo4jBookmarkManagerto use.ReactiveNeo4jClient.Builder.withNeo4jConversions(@Nullable Neo4jConversions neo4jConversions) Configures the set ofNeo4jConversionsto use.ReactiveNeo4jClient.Builder.withUserSelectionProvider(@Nullable ReactiveUserSelectionProvider impersonatedUserProvider) Configures a provider for impersonated users.