FlowEmit

ox.flow.FlowEmit
See theFlowEmit companion object
trait FlowEmit[-T]

Instances of this trait should be considered thread-unsafe, and only used within the scope in which they have been obtained, e.g. as part of Flow.usingEmit or Flow.mapUsingEmit.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(t: T): Unit

Emit a value to be processed downstream. Blocks until the value is fully processed, or throws an exception if an error occured.

Emit a value to be processed downstream. Blocks until the value is fully processed, or throws an exception if an error occured.

Attributes