com.atlassian.crowd.manager.webhook
Class WebhookServiceImpl

java.lang.Object
  extended by com.atlassian.crowd.manager.webhook.WebhookServiceImpl
All Implemented Interfaces:
WebhookService

@Transactional
public class WebhookServiceImpl
extends Object
implements WebhookService

An implementation of WebhookService

Since:
v2.7

Constructor Summary
WebhookServiceImpl(WebhookRegistry webhookRegistry, WebhookPinger webhookPinger, KeyedExecutor<Long> executor, WebhookNotificationListener webhookNotificationListener)
           
 
Method Summary
 void notifyWebhooks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebhookServiceImpl

public WebhookServiceImpl(WebhookRegistry webhookRegistry,
                          WebhookPinger webhookPinger,
                          KeyedExecutor<Long> executor,
                          WebhookNotificationListener webhookNotificationListener)
Method Detail

notifyWebhooks

public void notifyWebhooks()
Specified by:
notifyWebhooks in interface WebhookService


Copyright © 2014 Atlassian. All Rights Reserved.