@Service @Singleton public class HistoricHealthCheckEventStore extends Object
HistoricHealthCheckEvent
Constructor and Description |
---|
HistoricHealthCheckEventStore() |
Modifier and Type | Method and Description |
---|---|
void |
addTrace(long occurringTime,
Level level,
String userMessage,
String message,
Object[] parameters) |
NavigableSet<HistoricHealthCheckEvent> |
getHistoricStore() |
HistoricHealthCheckEvent[] |
getTraces() |
HistoricHealthCheckEvent[] |
getTraces(Integer limit) |
public void addTrace(long occurringTime, Level level, String userMessage, String message, Object[] parameters)
public HistoricHealthCheckEvent[] getTraces()
public HistoricHealthCheckEvent[] getTraces(Integer limit)
public NavigableSet<HistoricHealthCheckEvent> getHistoricStore()
Copyright © 2021. All rights reserved.