Package org.graylog2.notifications
Interface NotificationService
- All Superinterfaces:
PersistedService
- All Known Implementing Classes:
NotificationServiceImpl
- Author:
- Dennis Oelkers <dennis@torch.sh>
-
Method Summary
Modifier and TypeMethodDescriptionall()build()buildNow()intintdestroyAllByTypeAndKey(Notification.Type type, String key) booleanfixed(Notification notification) booleanfixed(Notification.Type type) booleanfixed(Notification.Type type, String key) booleanfixed(Notification.Type type, Node node) getByTypeAndKey(Notification.Type type, String key) booleanisFirst(Notification.Type type) booleanpublishIfFirst(Notification notification) Methods inherited from interface org.graylog2.plugin.database.PersistedService
destroy, destroyAll, save, saveWithoutValidation, validate, validate, validate
-
Method Details
-
build
Notification build() -
buildNow
Notification buildNow() -
fixed
-
fixed
-
fixed
-
isFirst
-
all
List<Notification> all() -
getByTypeAndKey
-
publishIfFirst
-
fixed
-
destroyAllByType
-
destroyAllByTypeAndKey
-