Interface Payload
-
- All Superinterfaces:
org.apache.avro.generic.GenericContainer,org.apache.avro.generic.IndexedRecord
- All Known Implementing Classes:
CommitComplete,CommitToTable,DataComplete,DataWritten,StartCommit
public interface Payload extends org.apache.avro.generic.IndexedRecordInterface for an element that is an event payload. Different event types contain different payloads.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PayloadTypetype()Types.StructTypewriteSchema()
-
-
-
Method Detail
-
type
PayloadType type()
-
writeSchema
Types.StructType writeSchema()
-
-