Click or drag to resize

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
Syntax
C#
public VirtualDataWindowOutStream OutputStream { get; }

Return Value

Type: VirtualDataWindowOutStream
handle for posting insert and remove stream
See Also