Interface EventSenderJson

All Superinterfaces:
EventSender

public interface EventSenderJson extends EventSender
Event sender for JSON documents and pre-parsed event objects.

Allows parsing a JSON document returning the event object.

  • Method Details

    • parse

      Object parse(String json)
      Parameters:
      json - to parse
      Returns:
      event object
      Throws:
      EPException - when parsing the document failed