 | 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
Syntaxpublic interface VirtualDataWindowOutStream
The VirtualDataWindowOutStream type exposes the following members.
Methods
| Name | Description |
---|
 | Update |
Post insert stream (new data) and remove stream (old data) events.
|
Top
See Also