StatefulStageTIn, TOutEmit Method (IEnumeratorTOut, IContextTOut, StageStateTIn, TOut) |
Namespace: Akka.Streams.Stage
public ISyncDirective Emit( IEnumerator<TOut> enumerator, IContext<TOut> context, StageState<TIn, TOut> nextState )
Exception | Condition |
---|---|
IllegalStateException | This exception is thrown when either currently in the emitting state or the specified enumerator is empty. |