Uses of Interface
de.hybris.platform.webhookservices.event.WebhookEvent
Packages that use WebhookEvent
Package
Description
-
Uses of WebhookEvent in de.hybris.platform.webhookservices.dto
Methods in de.hybris.platform.webhookservices.dto with parameters of type WebhookEventModifier and TypeMethodDescriptionEventRootItemCorrelationStrategy.correlationKey(WebhookEvent webhookEvent) Provides correlation key based on whichWebhookEvents can be grouped. -
Uses of WebhookEvent in de.hybris.platform.webhookservices.event
Classes in de.hybris.platform.webhookservices.event that implement WebhookEventModifier and TypeClassDescriptionclassBase event that implementsWebhookEventclassAWebhookEventthat indicates an item creation in the platformclassAWebhookEventthat indicates an item deleted in the platform.classA saved event implementation ofWebhookEventand wraps theAfterSaveEventclassAWebhookEventthat indicates an item update in the platformMethods in de.hybris.platform.webhookservices.event that return types with arguments of type WebhookEventModifier and TypeMethodDescriptionWebhookEventFactory.create(AfterSaveEvent event) The method will create list ofWebhookEvents based onAfterSaveEventevent typeMethods in de.hybris.platform.webhookservices.event with parameters of type WebhookEventModifier and TypeMethodDescriptionvoidRootEventSender.send(@NotNull WebhookEvent event) Sends the specified event into the Spring Integration channel associated with this gateway for processing -
Uses of WebhookEvent in de.hybris.platform.webhookservices.event.impl
Methods in de.hybris.platform.webhookservices.event.impl that return types with arguments of type WebhookEvent -
Uses of WebhookEvent in de.hybris.platform.webhookservices.service
Methods in de.hybris.platform.webhookservices.service with parameters of type WebhookEventModifier and TypeMethodDescriptiondefault Collection<WebhookConfigurationModel>WebhookConfigurationService.findByEventAndItemMatchingAnyItem(WebhookEvent event, ItemModel item) Find WebhookConfigurations that are associated to the given webhook event, and have an Integration Object Item with the same type as the given item typedefault Collection<WebhookConfigurationModel>WebhookConfigurationService.findByEventAndItemMatchingRootItem(WebhookEvent event, ItemModel item) Find WebhookConfigurations that are associated to the given webhook event, and have the Integration Object root item with the same type as the given item type.Method parameters in de.hybris.platform.webhookservices.service with type arguments of type WebhookEventModifier and TypeMethodDescriptionvoidWebhookSyncItemRouter.route(Collection<WebhookEvent> events) Method that routes events to be sent out via webhook -
Uses of WebhookEvent in de.hybris.platform.webhookservices.service.impl
Methods in de.hybris.platform.webhookservices.service.impl that return types with arguments of type WebhookEventModifier and TypeMethodDescriptionWebhookEventAggregator.aggregate(Collection<WebhookEvent> webhookEvents) Aggregates the provided webhook events for an item to unique events only.Methods in de.hybris.platform.webhookservices.service.impl with parameters of type WebhookEventModifier and TypeMethodDescriptionDefaultWebhookConfigurationService.findByEventAndItemMatchingAnyItem(WebhookEvent event, ItemModel item) DefaultWebhookConfigurationService.findByEventAndItemMatchingRootItem(WebhookEvent event, ItemModel item) Method parameters in de.hybris.platform.webhookservices.service.impl with type arguments of type WebhookEventModifier and TypeMethodDescriptionWebhookEventAggregator.aggregate(Collection<WebhookEvent> webhookEvents) Aggregates the provided webhook events for an item to unique events only.voidDefaultWebhookSyncItemRouter.route(Collection<WebhookEvent> events)