@Beta
public interface EventHistoryService
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears all stored history.
|
Deque<org.onosproject.event.Event<?,?>> |
history()
Returns unmodifiable view of ONOS events history.
|
Deque<org.onosproject.event.Event<?,?>> history()
void clear()