Subscribers
.请参阅: 说明
接口 | 说明 |
---|---|
ConditionalTestSubscriber<T> |
Simple interface for a
Fuseable.ConditionalSubscriber variant of the
TestSubscriber . |
TestSubscriber<T> |
A
CoreSubscriber that can be attached to any Publisher to later assert which
events occurred at runtime. |
类 | 说明 |
---|---|
AssertSubscriber<T> |
A Subscriber implementation that hosts assertion tests for its state and allows
asynchronous cancellation and requesting.
|
TestSubscriberBuilder |
A configuration builder used to create a fine-tuned
TestSubscriber , also
allowing for a Fuseable.ConditionalSubscriber variant. |
枚举 | 说明 |
---|---|
TestSubscriber.FusionRequirement |
An enum representing the 3 broad expectations around fusion.
|
Subscribers
.