public interface EventSenderJson extends EventSender
Allows parsing a JSON document returning the event object.
Modifier and Type | Method and Description |
---|---|
JsonEventObject |
parse(java.lang.String json) |
routeEvent, sendEvent
JsonEventObject parse(java.lang.String json)
json
- to parseEPException
- when parsing the document failed