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()Return a text description of the event. | 
| Map<String,Object> | parameters()Return Map of parameters for given event. | 
| String | typeId() | 
String typeId()
null.String message()
Warning: Hazelcast doesn't guarantee content of the message. The value can change between versions.
Map<String,Object> parameters()
Warning: Hazelcast doesn't guarantee content of the parameters Map (parameters, names, values or types used). The value can change between versions.
null.Level level()
null.Throwable cause()
nulllong getTimestamp()
Copyright © 2022 Hazelcast, Inc.. All rights reserved.