Click or drag to resize

VirtualDataWindowOutStream Interface

For use with virtual data windows, handles any insert stream and remove stream events that a virtual data window may post to consuming statements.

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface VirtualDataWindowOutStream

The VirtualDataWindowOutStream type exposes the following members.

Methods
  NameDescription
Public methodUpdate
Post insert stream (new data) and remove stream (old data) events.
Top
See Also