Uses of Interface
org.neo4j.cdc.client.SessionConfigSupplier
-
Packages that use SessionConfigSupplier Package Description org.neo4j.cdc.client An internal client implementation for Neo4j Change Data Capture feature. -
-
Uses of SessionConfigSupplier in org.neo4j.cdc.client
Constructors in org.neo4j.cdc.client with parameters of type SessionConfigSupplier Constructor Description CDCClient(org.neo4j.driver.Driver driver, SessionConfigSupplier sessionConfigSupplier, Duration streamingPollInterval, Selector... selectors)Construct an instance from a driver, a session config supplier, a poll interval and an optional list of selectors.CDCClient(org.neo4j.driver.Driver driver, SessionConfigSupplier sessionConfigSupplier, Selector... selectors)Construct an instance from a driver, a session config supplier and an optional list of selectors.CDCClient(org.neo4j.driver.Driver driver, SessionConfigSupplier sessionConfigSupplier, TransactionConfigSupplier transactionConfigSupplier, Duration streamingPollInterval, Selector... selectors)Construct an instance from a driver, a session config supplier, a transaction config supplier, a poll interval and an optional list of selectors.
-