Interface WebhookEventFactory
-
- All Known Implementing Classes:
DefaultWebhookEventFactory
public interface WebhookEventFactoryA factory to create list ofWebhookEvents
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<WebhookEvent>create(AfterSaveEvent event)The method will create list ofWebhookEvents based onAfterSaveEventevent type
-
-
-
Method Detail
-
create
java.util.List<WebhookEvent> create(AfterSaveEvent event)
The method will create list ofWebhookEvents based onAfterSaveEventevent type- Parameters:
event-AfterSaveEventevent type- Returns:
WebhookEvents if event exists, otherwise empty list
-
-