|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.dataflow.EPDataFlowEventCollectorContext
public class EPDataFlowEventCollectorContext
For use with EPDataFlowEventCollector
provides collection context.
Do not retain handles to this instance as its contents may change.
Constructor Summary | |
---|---|
EPDataFlowEventCollectorContext(EventBusCollector eventBusCollector,
java.lang.Object event)
Ctor. |
Method Summary | |
---|---|
java.lang.Object |
getEvent()
Returns the event. |
EventBusCollector |
getEventBusCollector()
Returns the emitter for the event bus. |
void |
setEvent(java.lang.Object event)
Sets the event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPDataFlowEventCollectorContext(EventBusCollector eventBusCollector, java.lang.Object event)
eventBusCollector
- for sending events to the event busevent
- to processMethod Detail |
---|
public java.lang.Object getEvent()
public void setEvent(java.lang.Object event)
event
- to setpublic EventBusCollector getEventBusCollector()
|
© 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 |