Interface NotificationProviderInternal
- All Known Implementing Classes:
NotificationProviderInternalImpl
public interface NotificationProviderInternal
-
Method Summary
Modifier and TypeMethodDescriptionvoidcloseChannel(String username) voiddeleteNotification(String username, String notificationId) voidonContainerDiscard(String subject) voidonContainerRequest(String subject) voidonContribReceived(String subject, Map<String, String> fields) voidonRecordDiscard(String subject) voidonRecordRequest(String subject) openChannel(String username) voidpublishNotification(String username, Notification notification)
-
Method Details
-
onContainerRequest
-
onContainerDiscard
-
onRecordRequest
-
onRecordDiscard
-
publishNotification
-
deleteNotification
-
onContribReceived
-
getVersion
String getVersion() -
openChannel
-
closeChannel
-