 | SupportUpdateListenerDataListsFlattened Property |
Returns a pair of insert and remove stream event arrays considering the all invocations.
Namespace:
com.espertech.esper.runtime.client.scopetest
Assembly:
NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntaxpublic UniformPair<EventBean[]> DataListsFlattened { get; }
Property Value
Type:
UniformPairEventBean
pair of event arrays, the first in the pair is the insert stream data, the second in the pair is the remove
stream data
Implements
SupportListenerDataListsFlattened
See Also