Interface WebhookService
- All Known Implementing Classes:
WebhookServiceImpl
public interface WebhookService
Webhook service. It is responsible for delivering notifications to Webhooks.
- Since:
- v2.7
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Delivers a notification to all the Webhooks.
-
Method Details
-
notifyWebhooks
void notifyWebhooks()Delivers a notification to all the Webhooks.
-