public class MyOutboxEvent extends Object implements ExportedEvent<Long,String>
| Constructor and Description |
|---|
MyOutboxEvent() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAggregateId() |
String |
getAggregateType() |
String |
getPayload() |
Instant |
getTimestamp() |
String |
getType() |
public Long getAggregateId()
getAggregateId in interface ExportedEvent<Long,String>public String getAggregateType()
getAggregateType in interface ExportedEvent<Long,String>public String getType()
getType in interface ExportedEvent<Long,String>public Instant getTimestamp()
getTimestamp in interface ExportedEvent<Long,String>public String getPayload()
getPayload in interface ExportedEvent<Long,String>Copyright © 2021 JBoss by Red Hat. All rights reserved.