FlowReactiveStreams

ox.flow.reactive.FlowReactiveStreams

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def fromPublisher[T](p: Publisher[T])(using BufferCapacity): Flow[T]

This variant returns accepts an implementation of org.reactivestreams.Publisher, as opposed to java.util.concurrent.Flow.Publisher which is supported in the core module.

This variant returns accepts an implementation of org.reactivestreams.Publisher, as opposed to java.util.concurrent.Flow.Publisher which is supported in the core module.

Attributes

See also

Flow.fromPublisher