Package eu.dnetlib.broker.events.output
Interface NotificationDispatcher
- All Known Implementing Classes:
AbstractNotificationDispatcher,AlertRemoteApiDispatcher,EmailDispatcher,MockDispatcher
public interface NotificationDispatcher
-
Method Summary
Modifier and TypeMethodDescriptionlongcount()longgetMode()voidvoidsendNotification(Subscription subscription, Event... events) voidsendNotification(Subscription subscription, Map<String, Object> params)
-
Method Details
-
sendNotification
-
resetCount
void resetCount() -
getDispatcherName
String getDispatcherName() -
count
long count() -
getMode
NotificationMode getMode() -
sendNotification
-
countErrors
long countErrors() -
lastError
String lastError()
-