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
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default long
     
  • Method Details

    • getEventType

      Event.EventType getEventType()
    • objectSize

      default long objectSize()
      Specified by:
      objectSize in interface io.debezium.pipeline.Sizeable