public interface WhatsAppInboundEventHandler
| Modifier and Type | Method and Description | 
|---|---|
| String | getType()The type of the event that this handler handles. | 
| void | process(com.fasterxml.jackson.databind.JsonNode eventPayload)Process the event payload. | 
String getType()
void process(com.fasterxml.jackson.databind.JsonNode eventPayload)
eventPayload - the payload of the eventCopyright © 2019. All rights reserved.