Class DefaultWebhookEventRouter
java.lang.Object
de.hybris.platform.webhookservices.service.impl.DefaultWebhookEventRouter
- All Implemented Interfaces:
WebhookEventRouter
The default webhook event router to route events based on the event type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionroute(org.springframework.messaging.Message<EventSourceData> message) Routes events to be the appropriate Spring integration channel
-
Constructor Details
-
DefaultWebhookEventRouter
public DefaultWebhookEventRouter()
-
-
Method Details
-
route
Description copied from interface:WebhookEventRouterRoutes events to be the appropriate Spring integration channel- Specified by:
routein interfaceWebhookEventRouter- Parameters:
message- the event message to route- Returns:
- the Spring integration channel name
-