public interface NotificationService
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(Class<? extends Notification> clazz) |
void |
sendNotification(Notification notification) |
boolean canHandle(Class<? extends Notification> clazz)
void sendNotification(Notification notification)
Copyright © 2022. All rights reserved.