T - The deserializable type for the value of the KV data belonging
to this event.public class Event<T> extends KvObject<T> implements EventMetadata
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOrdinal()
Returns the ordinal of this event.
|
java.lang.Long |
getTimestamp()
Returns the timestamp of this event.
|
java.lang.String |
getType()
Returns the type of this event.
|
getCollection, getKey, getRawValue, getRef, getValue, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCollection, getKey, getRefpublic java.lang.String getType()
EventMetadatagetType in interface EventMetadatapublic java.lang.Long getTimestamp()
EventMetadatagetTimestamp in interface EventMetadatapublic java.lang.String getOrdinal()
EventMetadatagetOrdinal in interface EventMetadata