Class WebhookEventToItemSender

java.lang.Object
de.hybris.platform.webhookservices.service.impl.AbstractWebhookEventSender
de.hybris.platform.webhookservices.service.impl.WebhookEventToItemSender
All Implemented Interfaces:
WebhookEventSender

public final class WebhookEventToItemSender extends AbstractWebhookEventSender
This class extends AbstractWebhookEventSender, this class sends payload of WebhookEvent to destination.
  • Constructor Details

  • Method Details

    • send

      public void send(EventSourceData eventSourceData)
      Description copied from interface: WebhookEventSender
      Sends the given event
      Parameters:
      eventSourceData - Context of the event to be sent
    • setFilterService

      public void setFilterService(WebhookFilterService service)
      Injects an optional filter service to be used by this item sender. If the webhook filter service is not injected, no item filtering will be performed.
      Parameters:
      service - an implementation of the WebhookFilterService that will execute filtering logic for the items being sent by this item sender.