Click or drag to resize
Akka.NETGraphStageTShape Class
A GraphStage represents a reusable graph stream processing stage. A GraphStage consists of a Shape which describes its input and output ports and a factory function that creates a GraphStageLogic which implements the processing logic that ties the ports together.
Inheritance Hierarchy
SystemObject
  Akka.Streams.StageGraphStageWithMaterializedValueTShape, NotUsed
    Akka.Streams.StageGraphStageTShape
      More...

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract class GraphStage<TShape> : GraphStageWithMaterializedValue<TShape, NotUsed>
where TShape : Shape

Type Parameters

TShape
TBD

The GraphStageTShape type exposes the following members.

Constructors
  NameDescription
Protected methodGraphStageTShape
Initializes a new instance of the GraphStageTShape class
Top
Properties
Methods
  NameDescription
Public methodAddAttributes
TBD
(Inherited from GraphStageWithMaterializedValueTShape, TMaterialized.)
Public methodAsync
TBD
(Inherited from GraphStageWithMaterializedValueTShape, TMaterialized.)
Protected methodCreateLogic
TBD
Public methodCreateLogicAndMaterializedValue
TBD
(Overrides GraphStageWithMaterializedValueTShape, TMaterializedCreateLogicAndMaterializedValue(Attributes).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNamed
TBD
(Inherited from GraphStageWithMaterializedValueTShape, TMaterialized.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithAttributes
TBD
(Inherited from GraphStageWithMaterializedValueTShape, TMaterialized.)
Top
Extension Methods
See Also
Inheritance Hierarchy
SystemObject
  Akka.Streams.StageGraphStageWithMaterializedValueTShape, NotUsed
    Akka.Streams.StageGraphStageTShape
      Akka.Streams.DslBalanceT
      Akka.Streams.DslBroadcastT
      Akka.Streams.DslConcatTIn, TOut
      Akka.Streams.DslInterleaveTIn, TOut
      Akka.Streams.DslMergeTIn, TOut
      Akka.Streams.DslMergePreferredT
      Akka.Streams.DslMergeSortedT
      Akka.Streams.DslOne2OneBidiTIn, TOut
      Akka.Streams.DslOrElseT
      Akka.Streams.DslPartitionT
      Akka.Streams.DslUnzipWithTIn, T0, T1
      Akka.Streams.DslUnzipWithTIn, T0, T1, T2
      Akka.Streams.DslUnzipWithTIn, T0, T1, T2, T3
      Akka.Streams.DslUnzipWithTIn, T0, T1, T2, T3, T4
      Akka.Streams.DslUnzipWithTIn, T0, T1, T2, T3, T4, T5
      Akka.Streams.DslUnzipWithTIn, T0, T1, T2, T3, T4, T5, T6
      Akka.Streams.DslZipWithTIn0, TIn1, TIn2, TIn3, TIn4, TIn5, TIn6, TIn7, TIn8, TOut
      Akka.Streams.DslZipWithTIn0, TIn1, TOut
      Akka.Streams.DslZipWithTIn0, TIn1, TIn2, TOut
      Akka.Streams.DslZipWithTIn0, TIn1, TIn2, TIn3, TOut
      Akka.Streams.DslZipWithTIn0, TIn1, TIn2, TIn3, TIn4, TOut
      Akka.Streams.DslZipWithTIn0, TIn1, TIn2, TIn3, TIn4, TIn5, TOut
      Akka.Streams.DslZipWithTIn0, TIn1, TIn2, TIn3, TIn4, TIn5, TIn6, TOut
      Akka.Streams.DslZipWithTIn0, TIn1, TIn2, TIn3, TIn4, TIn5, TIn6, TIn7, TOut
      Akka.Streams.DslZipWithNTIn, TOut
      Akka.Streams.ImplementationDelayInitialT
      Akka.Streams.Implementation.FusingAggregateTIn, TOut
      Akka.Streams.Implementation.FusingAggregateAsyncTIn, TOut
      Akka.Streams.Implementation.FusingBatchTIn, TOut
      Akka.Streams.Implementation.FusingCollectTIn, TOut
      Akka.Streams.Implementation.FusingDetacherT
      Akka.Streams.Implementation.FusingExpandTIn, TOut
      Akka.Streams.Implementation.FusingGroupedT
      Akka.Streams.Implementation.FusingGroupedWithinT
      Akka.Streams.Implementation.FusingIntersperseT
      Akka.Streams.Implementation.FusingLimitWeightedT
      Akka.Streams.Implementation.FusingMaterializedValueSourceT
      Akka.Streams.Implementation.FusingRecoverT
      Akka.Streams.Implementation.FusingScanTIn, TOut
      Akka.Streams.Implementation.FusingSelectTIn, TOut
      Akka.Streams.Implementation.FusingSelectAsyncTIn, TOut
      Akka.Streams.Implementation.FusingSelectAsyncUnorderedTIn, TOut
      Akka.Streams.Implementation.FusingSimpleLinearGraphStageT
      Akka.Streams.Implementation.FusingSingleSourceT
      Akka.Streams.Implementation.FusingSkipWhileT
      Akka.Streams.Implementation.FusingSlidingT
      Akka.Streams.Implementation.FusingStatefulSelectManyTIn, TOut
      Akka.Streams.Implementation.FusingTaskSourceT
      Akka.Streams.ImplementationIdleInjectTIn, TOut
      Akka.Streams.ImplementationIdleTimeoutBidiTIn, TOut
      Akka.Streams.Implementation.IOIncomingConnectionStage
      Akka.Streams.ImplementationUnfoldTState, TElement
      Akka.Streams.ImplementationUnfoldAsyncTState, TElement
      Akka.Streams.ImplementationUnfoldResourceSourceTOut, TSource
      Akka.Streams.ImplementationUnfoldResourceSourceAsyncTOut, TSource