Class FlowAdapters.ReactivePublisherFromFlow<T>

java.lang.Object
org.reactivestreams.FlowAdapters.ReactivePublisherFromFlow<T>
Type Parameters:
T - the element type
All Implemented Interfaces:
Publisher<T>
Enclosing class:
FlowAdapters

static final class FlowAdapters.ReactivePublisherFromFlow<T> extends Object implements Publisher<T>
Reactive Streams Publisher that wraps a Flow Publisher.