Package uk.co.ractf.polaris.notification
Interface Notifier
- 
- All Known Implementing Classes:
 SlackNotifier
public interface Notifier 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Notifierfrom(uk.co.ractf.polaris.api.notification.NotificationReceiver receiver)voidnotify(uk.co.ractf.polaris.api.notification.Notification notification) 
 - 
 
- 
- 
Method Detail
- 
from
static Notifier from(uk.co.ractf.polaris.api.notification.NotificationReceiver receiver)
 
- 
notify
void notify(uk.co.ractf.polaris.api.notification.Notification notification)
 
 - 
 
 -