Interface WebhookSyncItemRouter
- All Known Implementing Classes:
DefaultWebhookSyncItemRouter
public interface WebhookSyncItemRouter
A router for directing the items change processing into an appropriate Spring Integration channel.
-
Method Summary
Modifier and TypeMethodDescriptionvoidroute(Collection<WebhookEvent> events) Method that routes events to be sent out via webhook
-
Method Details
-
route
Method that routes events to be sent out via webhook- Parameters:
events- the collection of events to be routed
-