public static class Log.Event
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
channel |
Channel on which the message was received.
|
byte[] |
data |
Raw data bytes of the message body.
|
long |
eventNumber |
Event number assigned to the message in the log file.
|
long |
utime |
Time of message receipt, represented in microseconds since 00:00:00
UTC January 1, 1970.
|
Constructor | Description |
---|---|
Event() |
public long utime
public long eventNumber
public byte[] data
public java.lang.String channel