|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.EventSenderMap
public class EventSenderMap
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 | |
---|---|
EventSenderMap(EPRuntimeEventSender runtimeEventSender,
MapEventType mapEventType)
Ctor. |
Method Summary | |
---|---|
void |
sendEvent(Object event)
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 EventSenderMap(EPRuntimeEventSender runtimeEventSender, MapEventType mapEventType)
runtimeEventSender
- for processing eventsmapEventType
- the event typeMethod Detail |
---|
public void sendEvent(Object event)
EventSender
sendEvent
in interface EventSender
event
- to process
|
© 2007 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 |