FlowEmit

ox.flow.FlowEmit
See theFlowEmit companion trait
object FlowEmit

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FlowEmit.type

Members list

Value members

Concrete methods

def channelToEmit[T](source: Source[T], emit: FlowEmit[T]): Unit

Propagates all elements to the given emit. Completes once the channel completes as done. Throws an exception if the channel transits to an error state.

Propagates all elements to the given emit. Completes once the channel completes as done. Throws an exception if the channel transits to an error state.

Attributes