public interface NotificationService extends PersistedService
Modifier and Type | Method and Description |
---|---|
List<Notification> |
all() |
Notification |
build() |
Notification |
buildNow() |
int |
destroyAllByType(Notification.Type type) |
boolean |
fixed(Notification.Type type) |
boolean |
fixed(Notification.Type type,
Node node) |
boolean |
fixed(Notification notification) |
boolean |
isFirst(Notification.Type type) |
boolean |
publishIfFirst(Notification notification) |
destroy, destroyAll, save, saveWithoutValidation, validate, validate, validate
Notification build()
Notification buildNow()
boolean fixed(Notification.Type type)
boolean fixed(Notification.Type type, Node node)
boolean isFirst(Notification.Type type)
List<Notification> all()
boolean publishIfFirst(Notification notification)
boolean fixed(Notification notification)
int destroyAllByType(Notification.Type type)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.