| GraphStageLogicEmitT Method (OutletT, T) |
Emit an element through the given outlet and continue with the given thunk
afterwards, suspending execution if necessary.
This action replaces the
OutHandler for the given outlet if suspension
is needed and reinstalls the current handler upon receiving an
OnPull.
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected void Emit<T>(
Outlet<T> outlet,
T element
)
member Emit :
outlet : Outlet<'T> *
element : 'T -> unit
Parameters
- outlet
- Type: Akka.StreamsOutletT
TBD - element
- Type: T
TBD
Type Parameters
- T
- TBD
See Also