![]() | SupportSubscriberMRD Class |
Namespace: com.espertech.esper.runtime.client.scopetest
public class SupportSubscriberMRD
The SupportSubscriberMRD type exposes the following members.
Name | Description | |
---|---|---|
![]() | SupportSubscriberMRD | Initializes a new instance of the SupportSubscriberMRD class |
Name | Description | |
---|---|---|
![]() | InsertStreamList |
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).
|
![]() | RemoveStreamList |
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).
|
Name | Description | |
---|---|---|
![]() | GetAndClearIsInvoked |
Returns true if the subscriber was invoked at least once and clears the invocation flag.
|
![]() | IsInvoked |
Returns true if the subscriber was invoked at least once.
|
![]() | Reset |
Reset subscriber, clearing all associated state.
|
![]() | Update |
Receive multi-row subscriber data through this methods.
|