Class SymbolicStage<TIn, TOut>
TBD
Inherited Members
Namespace: Akka.Streams.Implementation.Stages
Assembly: Akka.Streams.dll
Syntax
public abstract class SymbolicStage<TIn, TOut> : ISymbolicStage<TIn, TOut>, IStage<TIn, TOut>
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut | TBD |
Constructors
| Improve this Doc View SourceSymbolicStage(Attributes)
TBD
Declaration
protected SymbolicStage(Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | attributes | TBD |
Properties
| Improve this Doc View SourceAttributes
TBD
Declaration
public Attributes Attributes { get; }
Property Value
Type | Description |
---|---|
Attributes |
Methods
| Improve this Doc View SourceCreate(Attributes)
TBD
Declaration
public abstract IStage<TIn, TOut> Create(Attributes effectiveAttributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | effectiveAttributes | TBD |
Returns
Type | Description |
---|---|
IStage<TIn, TOut> | TBD |
Supervision(Attributes)
TBD
Declaration
protected Decider Supervision(Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | attributes | TBD |
Returns
Type | Description |
---|---|
Decider | TBD |