|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebhookNotificationListener
Reacts to the outcome of Webhook notifications.
| Method Summary | |
|---|---|
void |
onPingFailure(long webhookId)
Reacts to a failed notification delivery. |
void |
onPingSuccess(long webhookId)
Reacts to a successful notification delivery. |
| Method Detail |
|---|
void onPingSuccess(long webhookId)
throws WebhookNotFoundException
webhookId - id of the Webhook
WebhookNotFoundException - if the Webhook with the given id cannot be found
void onPingFailure(long webhookId)
throws WebhookNotFoundException
webhookId - id of the Webhook
WebhookNotFoundException - if the Webhook with the given id cannot be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||