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 © 2020. All rights reserved.