NEsper Class Library
NEsper Class Library
com.espertech.esper.common.client.hook.vdw
VirtualDataWindowOutStream Interface
VirtualDataWindowOutStream Methods
Update Method
VirtualDataWindowOutStream
Update Method
Post insert stream (new data) and remove stream (old data) events.
Namespace:
com.espertech.esper.common.client.hook.vdw
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
Copy
void
Update
(
EventBean
[]
newData
,
EventBean
[]
oldData
)
Parameters
newData
Type:
com.espertech.esper.common.client
EventBean
insert stream, or null if no insert stream events
oldData
Type:
com.espertech.esper.common.client
EventBean
remove stream, or null if no remove stream events
See Also
Reference
VirtualDataWindowOutStream Interface
com.espertech.esper.common.client.hook.vdw Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com