Class EventRootItemCorrelationStrategy
java.lang.Object
de.hybris.platform.webhookservices.dto.EventRootItemCorrelationStrategy
The webhook event aggregator's correlation strategy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncorrelationKey(WebhookEvent webhookEvent) Provides correlation key based on whichWebhookEvents can be grouped.
-
Constructor Details
-
EventRootItemCorrelationStrategy
public EventRootItemCorrelationStrategy()
-
-
Method Details
-
correlationKey
Provides correlation key based on whichWebhookEvents can be grouped.- Parameters:
webhookEvent- - an event to calculate the correlation key for.- Returns:
- - correlation key corresponding to the provided event.
-