Package io.debezium.connector.cassandra
Interface Event
- All Superinterfaces:
io.debezium.pipeline.Sizeable
- All Known Implementing Classes:
ChangeRecord,EOFEvent,Record,TombstoneRecord
public interface Event
extends io.debezium.pipeline.Sizeable
An Event is a single unit that can be enqueued and processed by the QueueProcessor
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getEventType
Event.EventType getEventType() -
objectSize
default long objectSize()- Specified by:
objectSizein interfaceio.debezium.pipeline.Sizeable
-