Class WebhookServiceImpl
java.lang.Object
com.atlassian.crowd.manager.webhook.WebhookServiceImpl
- All Implemented Interfaces:
WebhookService
An implementation of WebhookService
- Since:
- v2.7
-
Constructor Summary
ConstructorsConstructorDescriptionWebhookServiceImpl(WebhookRegistry webhookRegistry, WebhookPinger webhookPinger, KeyedExecutor<Long> executor, WebhookNotificationListener webhookNotificationListener) -
Method Summary
-
Constructor Details
-
WebhookServiceImpl
public WebhookServiceImpl(WebhookRegistry webhookRegistry, WebhookPinger webhookPinger, KeyedExecutor<Long> executor, WebhookNotificationListener webhookNotificationListener)
-
-
Method Details
-
notifyWebhooks
public void notifyWebhooks()- Specified by:
notifyWebhooksin interfaceWebhookService
-