Interface WebhookEvent
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
BaseWebhookEvent,ItemCreatedEvent,ItemSavedEvent,ItemUpdatedEvent
public interface WebhookEvent extends java.io.SerializableAn event that triggers webhook notification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventTypegetEventType()Retrieves the type of the event.PKgetPk()Retrieves the changed item pk
-