![]() | EPEventServiceSendEvent Interface |
Namespace: com.espertech.esper.runtime.client
public interface EPEventServiceSendEvent
The EPEventServiceSendEvent type exposes the following members.
Name | Description | |
---|---|---|
![]() | SendEventAvro |
Send an event represented by a Avro GenericData.Record to the runtime.
Use the route method for sending events into the runtime from within UpdateListener code,
to avoid the possibility of a stack overflow due to nested calls to sendEvent
(except with the outbound-threading configuration), see {@link EPEventServiceRouteEvent#routeEventAvro(Object, String)}}).
|
![]() | SendEventBean |
Send an event represented by an object to the runtime.
Use the route method for sending events into the runtime from within UpdateListener code,
to avoid the possibility of a stack overflow due to nested calls to sendEvent
(except with the outbound-threading configuration), see {@link EPEventServiceRouteEvent#routeEventBean(Object, String)}.
|
![]() | SendEventMap | |
![]() | SendEventObjectArray |
Send an object array containing event property values to the runtime.
Use the route method for sending events into the runtime from within UpdateListener code.
to avoid the possibility of a stack overflow due to nested calls to sendEvent
(except with the outbound-threading configuration), see {@link EPEventServiceRouteEvent#routeEventObjectArray(Object[], String)}.
|
![]() | SendEventXMLDOM |
Send an event represented by a DOM node to the runtime.
Use the route method for sending events into the runtime from within UpdateListener code.
to avoid the possibility of a stack overflow due to nested calls to sendEvent
(except with the outbound-threading configuration), see {@link EPEventServiceRouteEvent#routeEventXMLDOM(Node, String)}.
|