Package io.debezium.connector.cassandra
Interface Event
-
- All Known Implementing Classes:
ChangeRecord,EOFEvent,Record,TombstoneRecord
public interface EventAn Event is a single unit that can be enqueued and processed by theQueueProcessor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEvent.EventType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Event.EventTypegetEventType()
-
-
-
Method Detail
-
getEventType
Event.EventType getEventType()
-
-