|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.EventSenderObjectArray
public class EventSenderObjectArray
Event sender for map-backed events.
Allows sending only event objects of type map, does not check map contents. Any other event object generates an error.
Constructor Summary | |
---|---|
EventSenderObjectArray(EPRuntimeEventSender runtimeEventSender,
ObjectArrayEventType objectArrayEventType,
EventAdapterService eventAdapterService,
ThreadingService threadingService)
Ctor. |
Method Summary | |
---|---|
void |
route(java.lang.Object theEvent)
Route the event object back to the event stream processing runtime for internal dispatching, to avoid the possibility of a stack overflow due to nested calls to sendEvent. |
void |
sendEvent(java.lang.Object theEvent)
Processes the event object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventSenderObjectArray(EPRuntimeEventSender runtimeEventSender, ObjectArrayEventType objectArrayEventType, EventAdapterService eventAdapterService, ThreadingService threadingService)
runtimeEventSender
- for processing eventsobjectArrayEventType
- the event typethreadingService
- for inbound threadingeventAdapterService
- for event bean creationMethod Detail |
---|
public void sendEvent(java.lang.Object theEvent)
EventSender
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.
sendEvent
in interface EventSender
theEvent
- to processpublic void route(java.lang.Object theEvent)
EventSender
route
in interface EventSender
theEvent
- to process
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |