Uses of Class
org.neo4j.cdc.client.model.EventType
-
Packages that use EventType Package Description org.neo4j.cdc.client.model Package defining change events. -
-
Uses of EventType in org.neo4j.cdc.client.model
Methods in org.neo4j.cdc.client.model that return EventType Modifier and Type Method Description EventTypeEntityEvent. getEventType()Type of the changed entity.EventTypeEvent. getEventType()Type of the changed entity.static EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.neo4j.cdc.client.model with parameters of type EventType Constructor Description EntityEvent(String elementId, EventType eventType, EntityOperation operation, T before, T after)
-