Package org.apache.nifi.cdc.mysql.event
Interface BinlogEventInfo
- All Superinterfaces:
EventInfo
- All Known Subinterfaces:
BinlogTableEventInfo
- All Known Implementing Classes:
BaseBinlogEventInfo,BaseBinlogRowEventInfo,BaseBinlogTableEventInfo,BeginTransactionEventInfo,CommitTransactionEventInfo,DDLEventInfo,DeleteRowsEventInfo,InsertRowsEventInfo,UpdateRowsEventInfo
An interface for MYSQL binlog-specific events.
-
Field Summary
FieldsFields inherited from interface org.apache.nifi.cdc.event.EventInfo
BEGIN_EVENT, COMMIT_EVENT, DDL_EVENT, DELETE_EVENT, INSERT_EVENT, UPDATE_EVENT -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.apache.nifi.cdc.event.EventInfo
getEventType, getTimestamp