Package | Description |
---|---|
org.polarsys.eplmp.core.hooks |
Provides classes for implementing webhooks.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleWebhookApp
A
WebhookApp subclass which performs an HTTP request on a given URI. |
class |
SNSWebhookApp
A
WebhookApp subclass which relies on Amazon SNS (Simple Notification Service)
in order to notify either end-users or third-party applications. |
Modifier and Type | Method and Description |
---|---|
WebhookApp |
Webhook.getWebhookApp() |
Modifier and Type | Method and Description |
---|---|
void |
Webhook.setWebhookApp(WebhookApp webhookApp) |
Constructor and Description |
---|
Webhook(WebhookApp webhookApp,
String name,
boolean active,
Workspace workspace) |
Copyright © 2018 DocDoku. All rights reserved.