程序包 | 说明 |
---|---|
reactor.test.subscriber |
Components supporting the creation of test-oriented
Subscribers . |
限定符和类型 | 接口和说明 |
---|---|
interface |
ConditionalTestSubscriber<T>
Simple interface for a
Fuseable.ConditionalSubscriber variant of the
TestSubscriber . |
限定符和类型 | 方法和说明 |
---|---|
<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. |