Package | Description |
---|---|
reactor.test.publisher |
Components supporting the creation of test-oriented
Publishers . |
Class and Description |
---|
PublisherProbe |
TestPublisher
A
Publisher that you can directly manipulate, triggering
onNext , onComplete and
onError events, for testing purposes. |
TestPublisher.Violation
Possible misbehavior for a
TestPublisher . |