| TestPublisher Methods |
The TestPublisher type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateManualPublisherProbeT |
Probe that implements IPublisher interface.
| |
| CreatePublisherProbeT | ||
| EmptyT |
Publisher that signals complete to subscribers, after handing a void subscription.
| |
| ErrorT |
Publisher that signals error to subscribers immediately after handing out subscription.
| |
| LazyEmptyT |
Publisher that subscribes the subscriber and completes after the first request.
| |
| LazyErrorT |
Publisher subscribes the subscriber and signals error after the first request.
|