Class SimpleLinearGraphStage<T>
INTERNAL API
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Akka.Streams.Implementation.Fusing
Assembly: Akka.Streams.dll
Syntax
public abstract class SimpleLinearGraphStage<T> : GraphStage<FlowShape<T, T>>, IGraphStageWithMaterializedValue<FlowShape<T, T>, NotUsed>, IGraph<FlowShape<T, T>, NotUsed>, IGraph<FlowShape<T, T>>
Type Parameters
Name | Description |
---|---|
T | TBD |
Constructors
| Improve this Doc View SourceSimpleLinearGraphStage(String)
TBD
Declaration
protected SimpleLinearGraphStage(string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Fields
| Improve this Doc View SourceInlet
TBD
Declaration
public readonly Inlet<T> Inlet
Field Value
Type | Description |
---|---|
Inlet<T> |
Outlet
TBD
Declaration
public readonly Outlet<T> Outlet
Field Value
Type | Description |
---|---|
Outlet<T> |
Properties
| Improve this Doc View SourceShape
TBD
Declaration
public override FlowShape<T, T> Shape { get; }
Property Value
Type | Description |
---|---|
FlowShape<T, T> |
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.FlowShape<T, T>, Akka.NotUsed>.Shape