Package org.neo4j.cdc.client.model
Package defining change events.
-
Interface Summary Interface Description Event Describes a change event. -
Class Summary Class Description ChangeEvent Change event.ChangeIdentifier Change identifier that identifies a change record.EntityEvent<T extends State> Describes a change event related to a node or a relationship.Metadata Useful information about a transaction.Node Describes start or end node for a relationship.NodeEvent Describes a change event related to a node.NodeState Describes the state of a node before or after a change.RelationshipEvent Describes a change event related to a relationship.RelationshipState Describes the state of a relationship before or after a change.State Describes the state of an entity before or after a change. -
Enum Summary Enum Description CaptureMode Capture ModeEntityOperation Type of operation performed on an entity.EventType Type of event.