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 TypeMethodDescriptionroute(org.springframework.messaging.Message<EventSourceData> message) Routes events to be the appropriate Spring integration channel
-
Method Details
-
route
Routes events to be the appropriate Spring integration channel- Parameters:
message- the event message to route- Returns:
- the Spring integration channel name
-