public interface NotificationDispatcher
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
long |
countErrors() |
String |
getDispatcherName() |
NotificationMode |
getMode() |
String |
lastError() |
void |
resetCount() |
void |
sendNotification(Subscription subscription,
Event... events) |
void |
sendNotification(Subscription subscription,
Map<String,Object> params) |
void sendNotification(Subscription subscription, Event... events)
void resetCount()
String getDispatcherName()
long count()
NotificationMode getMode()
void sendNotification(Subscription subscription, Map<String,Object> params)
long countErrors()
String lastError()
Copyright © 2025. All rights reserved.