Class UniqueKillSwitch
A Unique
After calling Shutdown() the running instance of the IGraph<TShape> of FlowShape<TIn, TOut> that materialized to the
Unique
After calling Abort(Exception) the running instance of the IGraph<TShape> of FlowShape<TIn, TOut> that materialized to the
Unique
It is also possible to individually cancel, complete or fail upstream and downstream parts by calling the corresponding methods.
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public sealed class UniqueKillSwitch : IKillSwitch
Methods
| Improve this Doc View SourceAbort(Exception)
After calling Abort(Exception) the running instance of the IGraph<TShape> of FlowShape<TIn, TOut> that materialized to the
Unique
Declaration
public void Abort(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
Exception | cause | TBD |
Shutdown()
After calling Shutdown() the running instance of the IGraph<TShape> of FlowShape<TIn, TOut> that materialized to the
Unique
Declaration
public void Shutdown()
ToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |