|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebhookHealthStrategy
Strategy to decide the health of Webhooks.
| Method Summary | |
|---|---|
boolean |
isInGoodStanding(Webhook webhook)
Decides whether the Webhook is in good standing. |
Webhook |
registerFailure(Webhook webhook)
Register a failed ping delivery to a Webhook. |
Webhook |
registerSuccess(Webhook webhook)
Register a successful ping delivery to a Webhook. |
| Method Detail |
|---|
Webhook registerSuccess(Webhook webhook)
webhook - Webhook that has just been successfully pinged
Webhook registerFailure(Webhook webhook)
webhook - Webhook that has just been unsuccessfully pinged
boolean isInGoodStanding(Webhook webhook)
webhook - Webhook which status is examined.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||