 | VirtualDataWindowContextOutputStream Property |
Returns a handle for use to send insert and remove stream data to consuming statements.
Typically use "context.getOutputStream().update(newData, oldData);" in the update method of the virtual data window.
Namespace:
com.espertech.esper.common.client.hook.vdw
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic VirtualDataWindowOutStream OutputStream { get; }
Return Value
Type:
VirtualDataWindowOutStreamhandle for posting insert and remove stream
See Also