| Package | Description |
|---|---|
| reactor.test.subscriber |
Components supporting the creation of test-oriented
Subscribers. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConditionalTestSubscriber<T>
Simple interface for a
Fuseable.ConditionalSubscriber variant of the
TestSubscriber. |
| Modifier and Type | Method and Description |
|---|---|
<T> TestSubscriber<T> |
TestSubscriberBuilder.build()
Create a
TestSubscriber according to this builder. |
static <T> TestSubscriber<T> |
TestSubscriber.create()
Create a simple plain
TestSubscriber which will make an unbounded demand on subscription,
has an empty Context and makes no attempt at fusion negotiation. |