Interface IActorPublisher
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public interface IActorPublisher : IUntypedPublisher
Methods
| Improve this Doc 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 |