| ActorPublisherTOnError Method |
Terminate the stream with failure. After that you are not allowed to
call
OnNext(T),
OnError(Exception) and
OnComplete.
Namespace:
Akka.Streams.Actors
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void OnError(
Exception cause
)
member OnError :
cause : Exception -> unit
Parameters
- cause
- Type: SystemException
TBD
Exceptions See Also