Interface ISymbolicStage<TIn, TOut>
TBD
Namespace: Akka.Streams.Implementation.Stages
Assembly: Akka.Streams.dll
Syntax
public interface ISymbolicStage<in TIn, out TOut> : IStage<TIn, TOut>
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut | TBD |
Properties
| Improve this Doc View SourceAttributes
TBD
Declaration
Attributes Attributes { get; }
Property Value
Type | Description |
---|---|
Attributes |
Methods
| Improve this Doc View SourceCreate(Attributes)
TBD
Declaration
IStage<TIn, TOut> Create(Attributes effectiveAttributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | effectiveAttributes | TBD |
Returns
Type | Description |
---|---|
IStage<TIn, TOut> | TBD |