Click or drag to resize

SupportListenerAssertOneGetNew Method

Asserts that exactly one insert stream event was received not checking remove 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 AssertOneGetNew()

Return Value

Type: EventBean
single insert-stream event
See Also