com.bea.wlevs.ede.api
Interface EventSender

All Known Subinterfaces:
com.bea.wlevs.ede.api.EventSinkManager, Statement, Stream

public interface EventSender

An EventSender sends events emitted by an EventSource


Method Summary
 void sendEvent(List newEvents, List oldEvents)
          Send a list of events to the downstream element in the EPN.
 

Method Detail

sendEvent

public void sendEvent(List newEvents,
                      List oldEvents)
               throws EventRejectedException
Send a list of events to the downstream element in the EPN.

Parameters:
newEvents -  
oldEvents -  
Throws:
EventRejectedException -