Package org.reactivestreams
Class FlowAdapters.FlowPublisherFromReactive<T>
java.lang.Object
org.reactivestreams.FlowAdapters.FlowPublisherFromReactive<T>
- Type Parameters:
T
- the element type
- All Implemented Interfaces:
Flow.Publisher<T>
- Enclosing class:
FlowAdapters
static final class FlowAdapters.FlowPublisherFromReactive<T>
extends Object
implements Flow.Publisher<T>
Flow Publisher that wraps a Reactive Streams Publisher.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
reactiveStreams
-
-
Constructor Details
-
FlowPublisherFromReactive
-
-
Method Details
-
subscribe
- Specified by:
subscribe
in interfaceFlow.Publisher<T>
-