IOutHandler Interface |
Namespace: Akka.Streams.Stage
The IOutHandler type exposes the following members.
Name | Description | |
---|---|---|
OnDownstreamFinish |
Called when the output port will no longer accept any new elements. After this callback no other callbacks will be called for this port.
| |
OnPull |
Called when the output port has received a pull, and therefore ready to emit an element,
i.e. PushT(Outlet, T) is now allowed to be called on this port.
|