Package org.neo4j.cdc.client.selector
Interface Selector
-
- All Known Implementing Classes:
EntitySelector,NodeSelector,RelationshipSelector
public interface SelectorDescribes a selector that provides a means for filtering the returned changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeEventapplyProperties(ChangeEvent e)Map<String,Object>asMap()booleanmatches(ChangeEvent e)
-
-
-
Method Detail
-
matches
boolean matches(ChangeEvent e)
-
applyProperties
ChangeEvent applyProperties(ChangeEvent e)
-
-