public final class EventEntry extends Entry
| Modifier and Type | Field and Description | 
|---|---|
WebClientEvent | 
event  | 
long | 
timestamp  | 
| Constructor and Description | 
|---|
EventEntry(WebClientEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(EventEntry entry)  | 
EventEntry[] | 
getEvents()  | 
HandledByEntry[] | 
getHandledBy()  | 
LogEntry[] | 
getLogs()  | 
boolean | 
isHandling()  | 
boolean | 
isRequestEvent()  | 
void | 
setRequestEvent(boolean isRequestEvent)  | 
getTimestamppublic final long timestamp
public final WebClientEvent event
public EventEntry(WebClientEvent event)
public boolean isHandling()
public HandledByEntry[] getHandledBy()
public LogEntry[] getLogs()
public void add(EventEntry entry)
public EventEntry[] getEvents()
public void setRequestEvent(boolean isRequestEvent)
public boolean isRequestEvent()