Click or drag to resize
Akka.NETPartitionT Constructor
TBD

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Partition(
	int outputPorts,
	Func<T, int> partitioner
)

Parameters

outputPorts
Type: SystemInt32
TBD
partitioner
Type: SystemFuncT, Int32
TBD
See Also