Interface WebhookServicesConfiguration
- All Known Implementing Classes:
DefaultWebhookServicesConfiguration
public interface WebhookServicesConfiguration
Provides access methods to configurations related to the webhookservices module.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanRetrieves the flag that determines whether the event consolidation is enabled or not.
-
Method Details
-
isEventConsolidationEnabled
boolean isEventConsolidationEnabled()Retrieves the flag that determines whether the event consolidation is enabled or not. SeeWebhookEventAggregator.aggregate(java.util.Collection<de.hybris.platform.webhookservices.event.WebhookEvent>)for more information on event consolidation.- Returns:
true, if event consolidation is enabled;falseif it's disabled.
-