Class ActorPublisher
TBD
Inherited Members
Namespace: Akka.Streams.Actors
Assembly: Akka.Streams.dll
Syntax
public static class ActorPublisher
Methods
| Edit this page View SourceCreate<T>(IActorRef)
TBD
Declaration
public static IPublisher<T> Create<T>(IActorRef @ref)
Parameters
| Type | Name | Description |
|---|---|---|
| IActorRef | ref | TBD |
Returns
| Type | Description |
|---|---|
| IPublisher<T> | TBD |
Type Parameters
| Name | Description |
|---|---|
| T | TBD |
Edit this page