Class AbstractWebhookEventSender

java.lang.Object
de.hybris.platform.webhookservices.service.impl.AbstractWebhookEventSender
All Implemented Interfaces:
WebhookEventSender
Direct Known Subclasses:
WebhookDeleteEventToItemSender, WebhookEventToItemSender

public abstract class AbstractWebhookEventSender extends Object implements WebhookEventSender
Abstract class implements the WebhookEventSender. This abstract class contains common methods that used by WebhookEventToItemSender and WebhookDeleteEventToItemSender to do the actual posting to the destination because the OutboundServiceFacade already provides item to JSON conversion and monitoring.