Class EmailNotificationGateway
- java.lang.Object
-
- step.plugins.notification.gateway.NotificationGateway
-
- step.plugins.notification.gateway.EmailNotificationGateway
-
public class EmailNotificationGateway extends NotificationGateway
-
-
Constructor Summary
Constructors Constructor Description EmailNotificationGateway()
-
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
-
convertToMessage
public NotificationMessage convertToMessage(Notification notification) throws NotificationGatewayException
- Specified by:
convertToMessage
in classNotificationGateway
- Throws:
NotificationGatewayException
-
send
public void send(NotificationGatewayConfiguration gatewayConfiguration_, NotificationMessage notificationMessage) throws NotificationGatewayException
- Specified by:
send
in classNotificationGateway
- Throws:
NotificationGatewayException
-
-