com.bea.wlevs.ede
Interface REventSink
- public interface REventSink
A StreamingEventListener that also receives events
that are no longer live (old) in the source.
- See Also:
com.bea.wlevs.ede.api.EventSink
|
Method Summary
|
void |
onREvent(List newEvents,
List oldEvents)
Callback for receiving events |
onREvent
public void onREvent(List newEvents,
List oldEvents)
throws EventRejectedException
- Callback for receiving events
- Parameters:
new - events emitted by sourceold - events that are no longer live in the source- Throws:
- EventRejectedException - if listener cannot handle
event, it can raise this exception to inform the source