com.bea.wlrt.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.wlrt.ede.api.EventSink

Method Summary
 void onREvent(List newEvents, List oldEvents)
          Callback for receiving events
 

Method Detail

onREvent

public void onREvent(List newEvents,
                     List oldEvents)
              throws EventRejectedException
Callback for receiving events

Parameters:
new - events emitted by source
old - 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