ManualProbeTExpectSubscriptionAndError Method |
Name | Description | |
---|---|---|
ExpectSubscriptionAndError |
Expect subscription to be followed immediately by an error signal. By default single demand will be signaled in order to wake up a possibly lazy upstream.
| |
ExpectSubscriptionAndError(Boolean) |
Expect subscription to be followed immediately by an error signal. Depending on the `signalDemand` parameter demand may be signaled
immediately after obtaining the subscription in order to wake up a possibly lazy upstream.You can disable this by setting the `signalDemand` parameter to `false`.
|