Click or drag to resize

SupportListenerAssertOneGetOld Method

Asserts that exactly one remove stream event was received not checking insert stream data, and returns the received event.

Namespace:  com.espertech.esper.runtime.client.scopetest
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
EventBean AssertOneGetOld()

Return Value

Type: EventBean
single remove-stream event
See Also