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(ReactiveDatabaseSelectionProvider databaseSelectionProvider) Configures the database selection provider.ReactiveNeo4jClient.Builder.withNeo4jBookmarkManager(Neo4jBookmarkManager bookmarkManager) Configures theNeo4jBookmarkManagerto use.ReactiveNeo4jClient.Builder.withNeo4jConversions(Neo4jConversions neo4jConversions) Configures the set ofNeo4jConversionsto use.ReactiveNeo4jClient.Builder.withUserSelectionProvider(ReactiveUserSelectionProvider impersonatedUserProvider) Configures a provider for impersonated users.