Class Event
java.lang.Object
org.apache.iceberg.connect.events.Event
- All Implemented Interfaces:
org.apache.avro.generic.GenericContainer
,org.apache.avro.generic.IndexedRecord
Class representing all events produced to the control topic. Different event types have different
payloads.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Event
public Event(org.apache.avro.Schema avroSchema) -
Event
-
-
Method Details
-
id
-
type
-
timestamp
-
payload
-
groupId
-
getSchema
public org.apache.avro.Schema getSchema()- Specified by:
getSchema
in interfaceorg.apache.avro.generic.GenericContainer
-
put
- Specified by:
put
in interfaceorg.apache.avro.generic.IndexedRecord
-
get
- Specified by:
get
in interfaceorg.apache.avro.generic.IndexedRecord
-