Package | Description |
---|---|
step.plugins.notification.event | |
step.plugins.notification.gateway |
Modifier and Type | Method and Description |
---|---|
abstract Notification |
NotificationEventType.handle(NotificationSubscription subscription,
step.core.execution.ExecutionContext context) |
Notification |
ExecutionFailedEventType.handle(NotificationSubscription subscription,
step.core.execution.ExecutionContext context) |
Notification |
ExecutionEndedEventType.handle(NotificationSubscription subscription,
step.core.execution.ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
abstract void |
NotificationGateway.send(NotificationGatewayConfiguration gatewayConfiguration,
Notification notification) |
void |
EmailNotificationGateway.send(NotificationGatewayConfiguration gatewayConfiguration_,
Notification notification) |
void |
NotificationGatewayManager.send(String gatewayId,
Notification notification) |
Copyright © 2020. All rights reserved.