Click or drag to resize
Akka.NETIInHandler Interface

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

The IInHandler type exposes the following members.

Methods
  NameDescription
Public methodOnPush
Public methodOnUpstreamFailure
Called when the input port has failed. After this callback no other callbacks will be called for this port.
Public methodOnUpstreamFinish
Called when the input port is finished. After this callback no other callbacks will be called for this port.
Top
See Also