Show / Hide Table of Contents

    Class SimpleLinearGraphStage<T>

    INTERNAL API

    Inheritance
    System.Object
    GraphStageWithMaterializedValue<FlowShape<T, T>, NotUsed>
    GraphStage<FlowShape<T, T>>
    SimpleLinearGraphStage<T>
    BackpressureTimeout<T>
    Completion<T>
    DelayInitial<T>
    Buffer<T>
    Delay<T>
    Detacher<T>
    Identity<T>
    Intersperse<T>
    LimitWeighted<T>
    Log<T>
    Recover<T>
    RecoverWith<TOut, TMat>
    SelectError<T>
    Skip<T>
    SkipWhile<T>
    SkipWithin<T>
    Sum<T>
    Take<T>
    TakeWhile<T>
    TakeWithin<T>
    Where<T>
    Idle<T>
    Initial<T>
    Throttle<T>
    Inherited Members
    GraphStage<FlowShape<T, T>>.CreateLogicAndMaterializedValue(Attributes)
    GraphStage<FlowShape<T, T>>.CreateLogic(Attributes)
    GraphStageWithMaterializedValue<FlowShape<T, T>, NotUsed>.InitialAttributes
    GraphStageWithMaterializedValue<FlowShape<T, T>, NotUsed>.Shape
    GraphStageWithMaterializedValue<FlowShape<T, T>, NotUsed>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<FlowShape<T, T>, NotUsed>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<FlowShape<T, T>, NotUsed>.Module
    GraphStageWithMaterializedValue<FlowShape<T, T>, NotUsed>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<FlowShape<T, T>, NotUsed>.Named(String)
    GraphStageWithMaterializedValue<FlowShape<T, T>, NotUsed>.Async()
    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 Source

    SimpleLinearGraphStage(String)

    TBD

    Declaration
    protected SimpleLinearGraphStage(string name = null)
    Parameters
    Type Name Description
    System.String name

    Fields

    | Improve this Doc View Source

    Inlet

    TBD

    Declaration
    public readonly Inlet<T> Inlet
    Field Value
    Type Description
    Inlet<T>
    | Improve this Doc View Source

    Outlet

    TBD

    Declaration
    public readonly Outlet<T> Outlet
    Field Value
    Type Description
    Outlet<T>

    Properties

    | Improve this Doc View Source

    Shape

    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

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    PatternMatch.Match(Object)
    PatternMatch.Match<T>(Object)
    Extensions.AsInstanceOf<T>(Object)
    Extensions.GetOrElse<T>(T, T)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2017 Akka.NET project
    Generated by DocFX