Class DefaultWebhookServicesConfiguration
java.lang.Object
de.hybris.platform.integrationservices.config.BaseIntegrationServicesConfiguration
de.hybris.platform.webhookservices.config.impl.DefaultWebhookServicesConfiguration
- All Implemented Interfaces:
WebhookServicesConfiguration
public class DefaultWebhookServicesConfiguration
extends BaseIntegrationServicesConfiguration
implements WebhookServicesConfiguration
Default implementation for
WebhookServicesConfiguration.-
Field Summary
Fields inherited from class de.hybris.platform.integrationservices.config.BaseIntegrationServicesConfiguration
FALLBACK_MESSAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRetrieves the flag that determines whether the event consolidation is enabled or not.Methods inherited from class de.hybris.platform.integrationservices.config.BaseIntegrationServicesConfiguration
getBooleanProperty, getConfigurationService, getIntegerProperty, getLongProperty, getStringProperty, setConfigurationService, setProperty, setProperty, setProperty
-
Constructor Details
-
DefaultWebhookServicesConfiguration
public DefaultWebhookServicesConfiguration()
-
-
Method Details
-
isEventConsolidationEnabled
public boolean isEventConsolidationEnabled()Description copied from interface:WebhookServicesConfigurationRetrieves 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.- Specified by:
isEventConsolidationEnabledin interfaceWebhookServicesConfiguration- Returns:
true, if event consolidation is enabled;falseif it's disabled.
-