- All Implemented Interfaces:
io.debezium.outbox.quarkus.ExportedEvent<Long,String>
public class MyOutboxEvent
extends Object
implements io.debezium.outbox.quarkus.ExportedEvent<Long,String>
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
Method Details
-
getAggregateId
public Long getAggregateId()
- Specified by:
getAggregateId in interface io.debezium.outbox.quarkus.ExportedEvent<Long,String>
-
getAggregateType
public String getAggregateType()
- Specified by:
getAggregateType in interface io.debezium.outbox.quarkus.ExportedEvent<Long,String>
-
getType
- Specified by:
getType in interface io.debezium.outbox.quarkus.ExportedEvent<Long,String>
-
getTimestamp
- Specified by:
getTimestamp in interface io.debezium.outbox.quarkus.ExportedEvent<Long,String>
-
getPayload
- Specified by:
getPayload in interface io.debezium.outbox.quarkus.ExportedEvent<Long,String>
-
getAdditionalFieldValues
- Specified by:
getAdditionalFieldValues in interface io.debezium.outbox.quarkus.ExportedEvent<Long,String>