Interface NotificationProviderInternal
- All Known Implementing Classes:
NotificationProviderInternalImpl
public interface NotificationProviderInternal
-
Method Summary
Modifier and TypeMethodDescriptionvoid
closeChannel
(String username) void
deleteNotification
(String username, String notificationId) void
onContainerDiscard
(String subject) void
onContainerRequest
(String subject) void
onContribReceived
(String subject, Map<String, String> fields) void
onRecordDiscard
(String subject) void
onRecordRequest
(String subject) openChannel
(String username) void
publishNotification
(String username, Notification notification)
-
Method Details
-
onContainerRequest
-
onContainerDiscard
-
onRecordRequest
-
onRecordDiscard
-
publishNotification
-
deleteNotification
-
onContribReceived
-
getVersion
String getVersion() -
openChannel
-
closeChannel
-