| Interface | Description |
|---|---|
| WebhookHealthStrategy |
Strategy to decide the health of Webhooks.
|
| Class | Description |
|---|---|
| KeyedExecutor<K> |
A task executor that discards tasks if there is another existing task with the same key queued for execution.
|
| NoLongTermFailureStrategy |
A Webhook health strategy that imposes a limit to the number of consecutive failures for at least some time.
|
| WebhookNotificationListenerImpl |
Reacts to the outcome of Webhook notifications by registering this outcome, updating the Webhook and,
if decided by the WebhookHealthStrategy, removing the Webhook.
|
| WebhookNotifierRunnable |
A runnable that pings a Webhook and reports success or failure
|
| WebhookPinger |
Synchronously ping a Webhook.
|
| WebhookRegistryImpl |
A manager for Webhooks
|
| WebhookServiceImpl |
An implementation of WebhookService
|
Copyright © 2023 Atlassian. All rights reserved.