@Service @Singleton public class HistoricRequestTracingEventStore extends Object
HistoricRequestTracingEvent| Constructor and Description |
|---|
HistoricRequestTracingEventStore() |
| Modifier and Type | Method and Description |
|---|---|
NavigableSet<HistoricRequestTracingEvent> |
getHistoricStore()
Returns the store with all historic request traces in it
|
HistoricRequestTracingEvent[] |
getTraces()
Returns an array of all stored historic request traces
|
HistoricRequestTracingEvent[] |
getTraces(Integer limit)
Gets all historic request traces up to a specified limit
|
public HistoricRequestTracingEvent[] getTraces()
public HistoricRequestTracingEvent[] getTraces(Integer limit)
limit - public NavigableSet<HistoricRequestTracingEvent> getHistoricStore()
Copyright © 2017. All rights reserved.