Click or drag to resize
Akka.NETISymbolicStageTIn, TOut Interface
TBD

Namespace:  Akka.Streams.Implementation.Stages
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface ISymbolicStage<in TIn, out TOut> : IStage<TIn, TOut>

Type Parameters

TIn
TBD
TOut
TBD

The ISymbolicStageTIn, TOut type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
TBD
Top
Methods
  NameDescription
Public methodCreate
TBD
Top
See Also