com.espertech.esper.core.service
Interface UpdateDispatchView

All Superinterfaces:
EventCollection, java.lang.Iterable<EventBean>, View, Viewable
All Known Implementing Classes:
ContextMergeView, ContextMergeViewForwarding, EPLSelectUpdateDispatchView, UpdateDispatchViewBase, UpdateDispatchViewBlockingSpin, UpdateDispatchViewBlockingWait, UpdateDispatchViewNonBlocking

public interface UpdateDispatchView
extends View

Update dispatch view to indicate statement results to listeners.


Method Summary
 void newResult(UniformPair<EventBean[]> result)
          Convenience method that accepts a pair of new and old data as this is the most treated unit.
 
Methods inherited from interface com.espertech.esper.view.View
getParent, setParent, update
 
Methods inherited from interface com.espertech.esper.view.Viewable
addView, getViews, hasViews, removeAllViews, removeView
 
Methods inherited from interface com.espertech.esper.view.EventCollection
getEventType, iterator
 

Method Detail

newResult

void newResult(UniformPair<EventBean[]> result)
Convenience method that accepts a pair of new and old data as this is the most treated unit.

Parameters:
result - is new data (insert stream) and old data (remove stream)

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com