Click or drag to resize
Akka.NETFanIn<T> Constructor
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected FanIn(
	ActorMaterializerSettings settings,
	int inputCount
)

Parameters

settings
Type: Akka.Streams.ActorMaterializerSettings
TBD
inputCount
Type: System.Int32
TBD
Exceptions
ExceptionCondition
IllegalStateException This exception is thrown when the pump has not been initialized with a phase.
See Also