Class WebhookNotificationGateway
- java.lang.Object
-
- step.plugins.notification.gateway.NotificationGateway
-
- step.plugins.notification.gateway.WebhookNotificationGateway
-
public class WebhookNotificationGateway extends NotificationGateway
-
-
Constructor Summary
Constructors Constructor Description WebhookNotificationGateway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationMessage
convertToMessage(Notification notification)
void
send(NotificationGatewayConfiguration gatewayConfiguration, NotificationMessage notificationMessage)
-
-
-
Method Detail
-
send
public void send(NotificationGatewayConfiguration gatewayConfiguration, NotificationMessage notificationMessage) throws NotificationGatewayException
- Specified by:
send
in classNotificationGateway
- Throws:
NotificationGatewayException
-
convertToMessage
public NotificationMessage convertToMessage(Notification notification) throws NotificationGatewayException
- Specified by:
convertToMessage
in classNotificationGateway
- Throws:
NotificationGatewayException
-
-