public abstract class AbstractReactiveStreamsApiVerification
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ReactiveStreamsFactory |
rs |
Constructor and Description |
---|
AbstractReactiveStreamsApiVerification(ReactiveStreamsFactory rs) |
Modifier and Type | Method and Description |
---|---|
protected void |
assertEmptyStage(Stage stage) |
protected Graph |
graphFor(CompletionRunner<?> cr) |
protected Graph |
graphFor(ProcessorBuilder<?,?> pb) |
protected Graph |
graphFor(PublisherBuilder<?> pb) |
protected Graph |
graphFor(SubscriberBuilder<?,?> sb) |
protected final ReactiveStreamsFactory rs
public AbstractReactiveStreamsApiVerification(ReactiveStreamsFactory rs)
protected Graph graphFor(PublisherBuilder<?> pb)
protected Graph graphFor(SubscriberBuilder<?,?> sb)
protected Graph graphFor(ProcessorBuilder<?,?> pb)
protected Graph graphFor(CompletionRunner<?> cr)
protected void assertEmptyStage(Stage stage)
Copyright © 2021 Eclipse Foundation. All rights reserved.