Interface WebhookEventSender
-
- All Known Implementing Classes:
WebhookEventToItemSender
public interface WebhookEventSenderA service to send an event to the webhook
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(@NotNull EventSourceData eventSourceData)Sends the given event
-
-
-
Method Detail
-
send
void send(@NotNull @NotNull EventSourceData eventSourceData)Sends the given event- Parameters:
eventSourceData- Context of the event to be sent
-
-