public class AxionEventSender
extends java.lang.Object
implements com.espertech.esper.client.EventSender
See AxiomEventRepresentation
for more details.
Constructor and Description |
---|
AxionEventSender(AxiomXMLEventType eventType,
com.espertech.esper.core.service.EPRuntimeEventSender runtimeEventSender)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
processEvent(java.lang.Object node,
boolean isRoute) |
void |
route(java.lang.Object theEvent) |
void |
sendEvent(java.lang.Object theEvent) |
public AxionEventSender(AxiomXMLEventType eventType, com.espertech.esper.core.service.EPRuntimeEventSender runtimeEventSender)
eventType
- the axiom event metadataruntimeEventSender
- the sender to send events intopublic void sendEvent(java.lang.Object theEvent)
sendEvent
in interface com.espertech.esper.client.EventSender
public void route(java.lang.Object theEvent)
route
in interface com.espertech.esper.client.EventSender
public void processEvent(java.lang.Object node, boolean isRoute)