Interface UpdateDispatchView
- All Known Implementing Classes:
ContextMergeView
,ContextMergeViewForwarding
Update dispatch view to indicate statement results to listeners.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 java.lang.Iterable
forEach, spliterator
Methods inherited from interface com.espertech.esper.common.internal.view.core.View
getParent, setParent, update
Methods inherited from interface com.espertech.esper.common.internal.view.core.Viewable
getChild, getEventType, iterator, setChild
-
Method Details
-
newResult
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)
-