Interface IActorPublisher
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public interface IActorPublisher : IUntypedPublisher
Methods
| Edit this page View SourceShutdown(Exception)
TBD
Declaration
void Shutdown(Exception reason)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | reason | TBD |
TakePendingSubscribers()
TBD
Declaration
IEnumerable<IUntypedSubscriber> TakePendingSubscribers()
Returns
| Type | Description |
|---|---|
| IEnumerable<IUntypedSubscriber> | TBD |
Edit this page