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 Type
    Method
    Description
    void
    Method that routes events to be sent out via webhook
  • Method Details

    • route

      void route(Collection<WebhookEvent> events)
      Method that routes events to be sent out via webhook
      Parameters:
      events - the collection of events to be routed