Uses of Class
org.neo4j.cdc.client.model.RelationshipState
-
Packages that use RelationshipState Package Description org.neo4j.cdc.client.model Package defining change events. -
-
Uses of RelationshipState in org.neo4j.cdc.client.model
Methods in org.neo4j.cdc.client.model that return RelationshipState Modifier and Type Method Description static RelationshipStateRelationshipState. fromMap(Map<?,?> map)Constructors in org.neo4j.cdc.client.model with parameters of type RelationshipState Constructor Description RelationshipEvent(String elementId, String type, Node start, Node end, List<Map<String,Object>> keys, EntityOperation operation, RelationshipState before, RelationshipState after)
-