Interface LastPostObserver
- All Known Implementing Classes:
IntersectAsymetricView
,IntersectBatchView
,IntersectDefaultView
,UnionAsymetricView
,UnionView
public interface LastPostObserver
Observer interface to a stream publishing new and old events.
-
Method Summary
-
Method Details
-
newData
Receive new and old events from a stream.- Parameters:
streamId
- - the stream number sending the eventsnewEvents
- - new eventsoldEvents
- - old events
-