public class EPDataFlowEventCollectorContext extends Object
EPDataFlowEventCollector
provides collection context.
Do not retain handles to this instance as its contents may change.
Constructor and Description |
---|
EPDataFlowEventCollectorContext(EventBusCollector eventBusCollector,
Object event)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Object |
getEvent()
Returns the event.
|
EventBusCollector |
getEventBusCollector()
Returns the emitter for the event bus.
|
void |
setEvent(Object event)
Sets the event.
|
public EPDataFlowEventCollectorContext(EventBusCollector eventBusCollector, Object event)
eventBusCollector
- for sending events to the event busevent
- to processpublic Object getEvent()
public void setEvent(Object event)
event
- to setpublic EventBusCollector getEventBusCollector()