Interface UpdateDispatchView

All Superinterfaces:
Iterable<EventBean>, View, Viewable
All Known Implementing Classes:
ContextMergeView, ContextMergeViewForwarding

public interface UpdateDispatchView extends View
Update dispatch view to indicate statement results to listeners.
  • Method Details

    • 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)