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(EventServiceSendEventCommon sender,
Object event)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Object |
getEvent()
Returns the event.
|
EventServiceSendEventCommon |
getSender()
Returns the emitter for the event bus.
|
void |
setEvent(Object event)
Sets the event.
|
public EPDataFlowEventCollectorContext(EventServiceSendEventCommon sender, Object event)
sender
- for sending events to the event busevent
- to processpublic Object getEvent()
public void setEvent(Object event)
event
- to setpublic EventServiceSendEventCommon getSender()
Copyright © 2005–2018. All rights reserved.