Class WebhookDeleteEventToItemSender
java.lang.Object
de.hybris.platform.webhookservices.service.impl.AbstractWebhookEventSender
de.hybris.platform.webhookservices.service.impl.WebhookDeleteEventToItemSender
- All Implemented Interfaces:
WebhookEventSender
This class extends
AbstractWebhookEventSender and sends payloads of deleteWebhookEvent.-
Constructor Summary
ConstructorsConstructorDescriptionWebhookDeleteEventToItemSender(@NotNull WebhookCacheService webhookCacheService, @NotNull WebhookConfigurationService webhookConfigurationService, @NotNull ItemModelSearchService itemModelSearchService, @NotNull OutboundServiceFacade outboundServiceFacade) Instantiate the WebhookDeleteEventToItemSender -
Method Summary
Modifier and TypeMethodDescriptionvoidsend(EventSourceData eventSourceData) Sends the given eventMethods inherited from class de.hybris.platform.webhookservices.service.impl.AbstractWebhookEventSender
getItemModelSearchService, isMatchingDestinationTarget, loadWithoutCaching, logDebug, sendToWebhook
-
Constructor Details
-
WebhookDeleteEventToItemSender
public WebhookDeleteEventToItemSender(@NotNull @NotNull WebhookCacheService webhookCacheService, @NotNull @NotNull WebhookConfigurationService webhookConfigurationService, @NotNull @NotNull ItemModelSearchService itemModelSearchService, @NotNull @NotNull OutboundServiceFacade outboundServiceFacade) Instantiate the WebhookDeleteEventToItemSender- Parameters:
webhookCacheService- to retrieve cached item conversionswebhookConfigurationService- to retrieve webhook configurationitemModelSearchService- to look upItemModeloutboundServiceFacade- to send the event out to the destination
-
-
Method Details
-
send
Description copied from interface:WebhookEventSenderSends the given event- Parameters:
eventSourceData- Context of the event to be sent
-