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.IndexedRecord
Interface 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 PayloadType
type()
Types.StructType
writeSchema()
-
-
-
Method Detail
-
type
PayloadType type()
-
writeSchema
Types.StructType writeSchema()
-
-