public interface FeedbackRepository
feedback
to some persistent
storage provider.Modifier and Type | Method and Description |
---|---|
List<AlarmFeedback> |
getAllFeedback() |
Collection<AlarmFeedback> |
getFeedback(String situationKey) |
List<String> |
getTags(String prefix) |
void |
persist(List<AlarmFeedback> feedback)
|
void persist(List<AlarmFeedback> feedback) throws FeedbackException
feedback
- the feedback to persistFeedbackException
- if the feedback could not be persistedCollection<AlarmFeedback> getFeedback(String situationKey) throws FeedbackException
situationKey
- the reduction key of the situation to get feedback forFeedbackException
List<AlarmFeedback> getAllFeedback() throws FeedbackException
FeedbackException
List<String> getTags(String prefix) throws FeedbackException
FeedbackException
Copyright © 2021. All rights reserved.