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