Package de.hybris.platform.webhookservices.event
package de.hybris.platform.webhookservices.event
-
ClassDescriptionBase event that implements
WebhookEventA gateway for entering the Spring Integrations channels for processing the Business Events for webhooks.A listener to read and filter events and send toBusinessEventGatewayAWebhookEventthat indicates an item creation in the platformAWebhookEventthat indicates an item deleted in the platform.A saved event implementation ofWebhookEventand wraps theAfterSaveEventAWebhookEventthat indicates an item update in the platformA gateway for entering the Spring Integrations channels for processing the webhook events.Event listener for theAfterItemCreationEventwhich caches the eventType afterWebhookConfigurationModelwith business event type is createdEvent listener for theAfterItemRemovalEventwhich removes the eventType from theWebhookBusinessEventTypeCachewhen theWebhookConfigurationModelwith business event type is in the removal process.An event that triggers webhook notificationA factory to create list ofWebhookEventsAn AfterSaveEvent listener that converts theAfterSaveEventtoWebhookEvents before sending it to theEventSender