Uses of Interface
org.neo4j.cdc.client.selector.Selector
-
Packages that use Selector Package Description org.neo4j.cdc.client An internal client implementation for Neo4j Change Data Capture feature.org.neo4j.cdc.client.selector Package defining selectors. -
-
Uses of Selector in org.neo4j.cdc.client
Constructors in org.neo4j.cdc.client with parameters of type Selector Constructor Description CDCClient(org.neo4j.driver.Driver driver, Duration streamingPollInterval, Selector... selectors)Construct an instance from a driver, a poll interval and an optional list of selectors.CDCClient(org.neo4j.driver.Driver driver, Selector... selectors)Construct an instance from a driver and an optional list of selectors.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. -
Uses of Selector in org.neo4j.cdc.client.selector
Classes in org.neo4j.cdc.client.selector that implement Selector Modifier and Type Class Description classEntitySelectorProvides a means to filter changes regardless of the entity type.classNodeSelectorProvides a means to filter changes for nodes.classRelationshipSelectorProvides a means to filter changes for nodes.
-