Class SlackNotificationAgent
- java.lang.Object
-
- dev.soffa.foundation.extra.notifications.SlackNotificationAgent
-
- All Implemented Interfaces:
NotificationAgent
public class SlackNotificationAgent extends java.lang.Object implements NotificationAgent
-
-
Field Summary
-
Fields inherited from interface dev.soffa.foundation.extra.notifications.NotificationAgent
COUNTER
-
-
Constructor Summary
Constructors Constructor Description SlackNotificationAgent(java.lang.String webhook)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotify(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> context)
-
-
-
Method Detail
-
notify
public void notify(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> context)- Specified by:
notifyin interfaceNotificationAgent
-
-