Interface IUntypedPublisher
TBD
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public interface IUntypedPublisher
Methods
| Edit this page View SourceSubscribe(IUntypedSubscriber)
TBD
Declaration
void Subscribe(IUntypedSubscriber subscriber)
Parameters
| Type | Name | Description |
|---|---|---|
| IUntypedSubscriber | subscriber | TBD |
Edit this page