Interface NotificationStore
- All Known Implementing Classes:
JiraNotificationStore
public interface NotificationStore
Persists notifications sent to various users
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlongcountSentNotificationsGlobally(Environment environment, NotificationStore.Type type) booleanhasSentNotification(TenantContext context, String userId, NotificationStore.Type type) voidsaveNotificationSent(TenantContext context, String userId, NotificationStore.Type type)
-
Method Details
-
hasSentNotification
-
saveNotificationSent
-
countSentNotificationsGlobally
-