Class WebhookServiceImpl
java.lang.Object
com.atlassian.crowd.manager.webhook.WebhookServiceImpl
- All Implemented Interfaces:
WebhookService
An implementation of WebhookService
- Since:
- v2.7
-
Constructor Summary
ConstructorDescriptionWebhookServiceImpl
(WebhookRegistry webhookRegistry, WebhookPinger webhookPinger, KeyedExecutor<Long> executor, WebhookNotificationListener webhookNotificationListener) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Delivers a notification to all the Webhooks.
-
Constructor Details
-
WebhookServiceImpl
public WebhookServiceImpl(WebhookRegistry webhookRegistry, WebhookPinger webhookPinger, KeyedExecutor<Long> executor, WebhookNotificationListener webhookNotificationListener)
-
-
Method Details
-
notifyWebhooks
public void notifyWebhooks()Description copied from interface:WebhookService
Delivers a notification to all the Webhooks.- Specified by:
notifyWebhooks
in interfaceWebhookService
-