public abstract class EventWithMeta extends Object implements ChangeEvent
| Modifier and Type | Method and Description |
|---|---|
String |
domain()
Domain for the event.
|
String |
id() |
boolean |
isRedundant()
This change is redundant and can be skipped.
|
EventsMeta |
meta() |
Instant |
timestamp()
Change timestamp.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnamespace, revision, titlepublic EventsMeta meta()
public Instant timestamp()
ChangeEventtimestamp in interface ChangeEventpublic String id()
public String domain()
ChangeEventdomain in interface ChangeEventpublic boolean isRedundant()
ChangeEventisRedundant in interface ChangeEventCopyright © 2019. All rights reserved.