Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Streams.Actors
ActorPublisherImpl(T) Class
ActorPublisherImpl(T) Constructor
ActorPublisherImpl(T) Methods
ActorPublisherImpl
T
Constructor
TBD
Namespace:
Akka.Streams.Actors
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
ActorPublisherImpl
(
IActorRef
ref
)
new
:
ref
:
IActorRef
->
ActorPublisherImpl
Parameters
ref
Type:
Akka.Actor
IActorRef
TBD
Exceptions
Exception
Condition
ArgumentNullException
This exception is thrown when the specified
ref
is undefined.
See Also
Reference
ActorPublisherImpl
T
Class
Akka.Streams.Actors Namespace
Akka.NET Home
|
Learn Akka.NET