T - The deserializable type for the value of the KV data belonging
to this event.public class Event<T>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRawValue()
Returns the raw JSON value of this event.
|
long |
getTimestamp()
Returns the timestamp of this event.
|
T |
getValue()
Returns the KV object for this event.
|
public final T getValue()
public final java.lang.String getRawValue()
public final long getTimestamp()