Interface EventSenderJson
- All Superinterfaces:
EventSender
Event sender for JSON documents and pre-parsed event objects.
Allows parsing a JSON document returning the event object.
-
Method Summary
Methods inherited from interface com.espertech.esper.common.client.EventSender
routeEvent, sendEvent
-
Method Details
-
parse
- Parameters:
json
- to parse- Returns:
- event object
- Throws:
EPException
- when parsing the document failed
-