static EventBuilder |
Event.builder(Class<?> classScope,
String name) |
|
EventBuilder |
EventBuilder.setAttribute(String key,
boolean value) |
Additional attribute to be attached to this Event.
|
EventBuilder |
EventBuilder.setAttribute(String key,
double value) |
Additional attribute to be attached to this Event.
|
EventBuilder |
EventBuilder.setAttribute(String key,
long value) |
Additional attribute to be attached to this Event.
|
EventBuilder |
EventBuilder.setAttribute(String key,
String value) |
Additional attribute to be attached to this Event.
|
EventBuilder |
EventBuilder.setBody(String body) |
Sets the textual description of the event.
|
EventBuilder |
EventBuilder.setClassScope(String classScope) |
Sets the scope of the event, typically the fully qualified name of the emitting class.
|
EventBuilder |
EventBuilder.setName(String name) |
Sets the name of the event.
|
EventBuilder |
EventBuilder.setObservedTsMillis(long observedTsMillis) |
Sets the timestamp for when the event happened or was observed, in milliseconds.
|
EventBuilder |
EventBuilder.setSeverity(String severity) |
Sets the severity of the event, e.g.
|