@NonNullApi
Publishers.See: Description
| Interface | Description |
|---|---|
| PublisherProbe<T> |
A test utility that allow to easily obtain an instrumented
Publisher
(Mono or Flux) for tests involving control flow. |
| Class | Description |
|---|---|
| PublisherProbe.DefaultPublisherProbe<T> | |
| TestPublisher<T> |
A
Publisher that you can directly manipulate, triggering
onNext, onComplete and
onError events, for testing purposes. |
| Enum | Description |
|---|---|
| TestPublisher.Violation |
Possible misbehavior for a
TestPublisher. |
Publishers.