Class ActorPublisherImpl<T>
TBD
Implements
IPublisher<T>
Inherited Members
Namespace: Akka.Streams.Actors
Assembly: Akka.Streams.dll
Syntax
public sealed class ActorPublisherImpl<T> : IPublisher<T>
Type Parameters
| Name | Description |
|---|---|
| T | TBD |
Constructors
| Edit this page View SourceActorPublisherImpl(IActorRef)
TBD
Declaration
public ActorPublisherImpl(IActorRef @ref)
Parameters
| Type | Name | Description |
|---|---|---|
| IActorRef | ref | TBD |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | This exception is thrown when the specified |
Methods
| Edit this page View SourceSubscribe(ISubscriber<T>)
TBD
Declaration
public void Subscribe(ISubscriber<T> subscriber)
Parameters
| Type | Name | Description |
|---|---|---|
| ISubscriber<T> | subscriber | TBD |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | This exception is thrown when the specified |
Implements
Reactive.Streams.IPublisher<T>
Edit this page