Click or drag to resize

SupportSubscriberMRD Class

EPSubscriber for multi-row delivery that retains the events it receives for use in assertions.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.runtime.client.scopetestSupportSubscriberMRD

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

The SupportSubscriberMRD type exposes the following members.

Constructors
  NameDescription
Public methodSupportSubscriberMRD
Initializes a new instance of the SupportSubscriberMRD class
Top
Properties
  NameDescription
Public propertyInsertStreamList
Returns all insert-stream events received so far.

The list contains an item for each delivery. Each item contains a row with the event and each event is itself a tuple (object array).

Public propertyRemoveStreamList
Returns all removed-stream events received so far.

The list contains an item for each delivery. Each item contains a row with the event and each event is itself a tuple (object array).

Top
Methods
  NameDescription
Public methodGetAndClearIsInvoked
Returns true if the subscriber was invoked at least once and clears the invocation flag.
Public methodIsInvoked
Returns true if the subscriber was invoked at least once.
Public methodReset
Reset subscriber, clearing all associated state.
Public methodUpdate
Receive multi-row subscriber data through this methods.
Top
See Also