ox.flow.reactive

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Extensions

Extensions

extension [A](flow: Flow[A])
def toReactiveStreamsPublisher(using Ox, BufferCapacity): Publisher[A]

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

This variant returns 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.toPublisher