public class EventInfo
extends java.lang.Object
received
,
the topic
and if available the info
.
If the info is not available, the properties
are displayed instead.Modifier and Type | Field and Description |
---|---|
java.lang.String |
category
The event class.
|
java.lang.String |
info
Additional information for this event.
|
java.util.Map |
properties
Properties.
|
long |
received
The time this event has been received.
|
java.lang.String |
topic
The event topic.
|
public final java.lang.String topic
public final java.lang.String info
public final long received
public final java.util.Map properties
public final java.lang.String category
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.