Click or drag to resize
Akka.NETIOutHandler Interface

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IOutHandler

The IOutHandler type exposes the following members.

Methods
  NameDescription
Public methodOnDownstreamFinish
Called when the output port will no longer accept any new elements. After this callback no other callbacks will be called for this port.
Public methodOnPull
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.
Top
See Also