![]() | EPStatementSetSubscriber Method |
Name | Description | |
---|---|---|
![]() | SetSubscriber(Object) |
Attaches a subscriber to receive statement results,
or removes a previously set subscriber (by providing a null value).
Note: Requires the allow-subscriber compiler options. Only a single subscriber may be set for a statement. If this method is invoked twice any previously-set subscriber is no longer used. |
![]() | SetSubscriber(Object, String) |
Attaches a subscriber to receive statement results by calling the method with the provided method name,
or removes a previously set subscriber (by providing a null value).
Note: Requires the allow-subscriber compiler options. Only a single subscriber may be set for a statement. If this method is invoked twice any previously-set subscriber is no longer used. |