Package com.arms.api.util.slack
Class SlackNotificationService
- java.lang.Object
-
- com.arms.api.util.slack.SlackNotificationService
-
public class SlackNotificationService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SlackNotificationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sendMessageToChannel(SlackProperty.Channel channel, java.lang.Exception e)
void
sendMessageToChannel(SlackProperty.Channel channel, java.lang.String message)
-
-
-
Method Detail
-
sendMessageToChannel
public void sendMessageToChannel(SlackProperty.Channel channel, java.lang.Exception e)
-
sendMessageToChannel
public void sendMessageToChannel(SlackProperty.Channel channel, java.lang.String message)
-
-