Uses of Interface
org.neo4j.cdc.client.TransactionConfigSupplier
-
Packages that use TransactionConfigSupplier Package Description org.neo4j.cdc.client An internal client implementation for Neo4j Change Data Capture feature. -
-
Uses of TransactionConfigSupplier in org.neo4j.cdc.client
Constructors in org.neo4j.cdc.client with parameters of type TransactionConfigSupplier Constructor Description 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.
-