| java.lang.Object |
| ↳ |
org.mule.module.esper.SourceCallbackUpdateListener |
Class Overview
UpdateListener implementation that invokes the SourceCallback facilitate the
dispatch of events as they are read off the event stream.
Summary
| Public Methods |
|
void
|
update(EventBean[] newEvents, EventBean[] oldEvents)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.espertech.esper.client.UpdateListener
|
abstract
void
|
update(EventBean[] arg0, EventBean[] arg1)
|
|
Fields
SourceCallback
sourceCallback
Public Constructors
public
SourceCallbackUpdateListener
(SourceCallback sourceCallback)
Public Methods
public
void
update
(EventBean[] newEvents, EventBean[] oldEvents)