Uses of Interface
de.hybris.platform.webhookservices.event.WebhookEvent
-
Packages that use WebhookEvent Package Description de.hybris.platform.webhookservices.event de.hybris.platform.webhookservices.event.impl -
-
Uses of WebhookEvent in de.hybris.platform.webhookservices.event
Classes in de.hybris.platform.webhookservices.event that implement WebhookEvent Modifier and Type Class Description classBaseWebhookEventBase event that implementsWebhookEventclassItemCreatedEventAWebhookEventthat indicates an item creation in the platformclassItemSavedEventA saved event implementation ofWebhookEventand wraps theAfterSaveEventclassItemUpdatedEventAWebhookEventthat indicates an item update in the platformMethods in de.hybris.platform.webhookservices.event that return types with arguments of type WebhookEvent Modifier and Type Method Description java.util.List<WebhookEvent>WebhookEventFactory. create(AfterSaveEvent event)The method will create list ofWebhookEvents based onAfterSaveEventevent type -
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 Modifier and Type Method Description java.util.List<WebhookEvent>DefaultWebhookEventFactory. create(AfterSaveEvent event)
-