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