Package org.neo4j.cdc.client.model
Interface Event
-
- All Known Implementing Classes:
EntityEvent,NodeEvent,RelationshipEvent
public interface EventDescribes a change event.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Eventcreate(Map<?,?> event)EventTypegetEventType()Type of the changed entity.
-