Interface WebhookEventRouter

All Known Implementing Classes:
DefaultWebhookEventRouter

public interface WebhookEventRouter
A webhook event router to route events to the appropriate Spring integration channel.
  • Method Summary

    Modifier and Type
    Method
    Description
    route(org.springframework.messaging.Message<EventSourceData> message)
    Routes events to be the appropriate Spring integration channel
  • Method Details

    • route

      String route(org.springframework.messaging.Message<EventSourceData> message)
      Routes events to be the appropriate Spring integration channel
      Parameters:
      message - the event message to route
      Returns:
      the Spring integration channel name