Class NotificationGateway
- java.lang.Object
-
- step.plugins.notification.gateway.NotificationGateway
-
- Direct Known Subclasses:
CustomWebhookNotificationGateway
,EmailNotificationGateway
,WebhookNotificationGateway
public abstract class NotificationGateway extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NotificationGateway()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification)
protected java.lang.String
substituteVariables(java.lang.String template, Notification notification, boolean urlEncode)
-
-
-
Method Detail
-
send
public abstract void send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification) throws NotificationGatewayException
- Throws:
NotificationGatewayException
-
substituteVariables
protected java.lang.String substituteVariables(java.lang.String template, Notification notification, boolean urlEncode)
-
-