Click or drag to resize
Akka.NETActorSubscriberImplT Constructor
TBD

Namespace:  Akka.Streams.Actors
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorSubscriberImpl(
	IActorRef impl
)

Parameters

impl
Type: Akka.ActorIActorRef
TBD
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified impl is undefined.
See Also