Interface IUntypedSubscriber
TBD
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public interface IUntypedSubscriber
Methods
| Improve this Doc View SourceOnComplete()
TBD
Declaration
void OnComplete()
OnError(Exception)
TBD
Declaration
void OnError(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
Exception | cause | TBD |
OnNext(Object)
TBD
Declaration
void OnNext(object element)
Parameters
Type | Name | Description |
---|---|---|
Object | element | TBD |
OnSubscribe(ISubscription)
TBD
Declaration
void OnSubscribe(ISubscription subscription)
Parameters
Type | Name | Description |
---|---|---|
Reactive.Streams.ISubscription | subscription | TBD |