public interface AuditableEvent
| Modifier and Type | Method and Description |
|---|---|
Throwable |
cause()
Return an exception or error (if any) which caused this event.
|
long |
getTimestamp()
Returns event timestamp as milliseconds from the epoch.
|
Level |
level() |
String |
message() |
Map<String,Object> |
parameters() |
String |
typeId() |
String typeId()
null.String message()
Level level()
null.Throwable cause()
nulllong getTimestamp()
Copyright © 2019 Hazelcast, Inc.. All rights reserved.