Package io.debezium.outbox.quarkus.it
Class MyOutboxEvent
- java.lang.Object
-
- io.debezium.outbox.quarkus.it.MyOutboxEvent
-
- All Implemented Interfaces:
ExportedEvent<Long,String>
public class MyOutboxEvent extends Object implements ExportedEvent<Long,String>
-
-
Constructor Summary
Constructors Constructor Description MyOutboxEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAggregateId()StringgetAggregateType()StringgetPayload()InstantgetTimestamp()StringgetType()
-
-
-
Method Detail
-
getAggregateId
public Long getAggregateId()
- Specified by:
getAggregateIdin interfaceExportedEvent<Long,String>
-
getAggregateType
public String getAggregateType()
- Specified by:
getAggregateTypein interfaceExportedEvent<Long,String>
-
getType
public String getType()
- Specified by:
getTypein interfaceExportedEvent<Long,String>
-
getTimestamp
public Instant getTimestamp()
- Specified by:
getTimestampin interfaceExportedEvent<Long,String>
-
getPayload
public String getPayload()
- Specified by:
getPayloadin interfaceExportedEvent<Long,String>
-
-