@Transactional public class WebhookNotificationListenerImpl extends Object implements WebhookNotificationListener
| Constructor and Description |
|---|
WebhookNotificationListenerImpl(WebhookRegistry webhookRegistry,
WebhookHealthStrategy webhookHealthStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
onPingFailure(long webhookId) |
void |
onPingSuccess(long webhookId) |
public WebhookNotificationListenerImpl(WebhookRegistry webhookRegistry, WebhookHealthStrategy webhookHealthStrategy)
public void onPingSuccess(long webhookId)
throws WebhookNotFoundException
onPingSuccess in interface WebhookNotificationListenerWebhookNotFoundExceptionpublic void onPingFailure(long webhookId)
throws WebhookNotFoundException
onPingFailure in interface WebhookNotificationListenerWebhookNotFoundExceptionCopyright © 2023 Atlassian. All rights reserved.