-
Method Summary
Modifier and Type |
Method |
Description |
java.lang.String |
getType() |
The type of the event that this handler handles.
|
void |
process(com.fasterxml.jackson.databind.JsonNode eventPayload) |
Process the event payload.
|
-
Method Details
-
java.lang.String getType()
The type of the event that this handler handles.
- Returns:
- the type of the event that is handled
-
void process(com.fasterxml.jackson.databind.JsonNode eventPayload)
Process the event payload.
- Parameters:
eventPayload
- the payload of the event