-
public abstract class Event
-
-
Field Summary
Fields Modifier and Type Field Description protected long
timestamp
protected Map<String, String>
attributes
-
Constructor Summary
Constructors Constructor Description Event(long timestamp)
-
Method Summary
Modifier and Type Method Description long
getTimestamp()
Map<String, String>
getAttributes()
abstract String
getName()
-
-
Method Detail
-
getTimestamp
long getTimestamp()
-
getAttributes
Map<String, String> getAttributes()
-
-
-
-