Uses of Class
org.neo4j.cdc.client.model.State
-
Packages that use State Package Description org.neo4j.cdc.client.model Package defining change events. -
-
Uses of State in org.neo4j.cdc.client.model
Classes in org.neo4j.cdc.client.model with type parameters of type State Modifier and Type Class Description classEntityEvent<T extends State>Describes a change event related to a node or a relationship.Subclasses of State in org.neo4j.cdc.client.model Modifier and Type Class Description classNodeStateDescribes the state of a node before or after a change.classRelationshipStateDescribes the state of a relationship before or after a change.
-