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