Click or drag to resize
Akka.NETActorRefSource<TOut> Constructor
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorRefSource(
	int bufferSize,
	OverflowStrategy overflowStrategy,
	Attributes attributes,
	SourceShape<TOut> shape
)

Parameters

bufferSize
Type: System.Int32
TBD
overflowStrategy
Type: Akka.Streams.OverflowStrategy
TBD
attributes
Type: Akka.Streams.Attributes
TBD
shape
Type: Akka.Streams.SourceShape<TOut>
TBD
See Also