Click or drag to resize
Akka.NETGraphDslBuilderT Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.Streams.DslGraphDslBuilderT

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public sealed class Builder<T>

Type Parameters

T
TBD

The GraphDslBuilderT type exposes the following members.

Properties
  NameDescription
Public propertyMaterializedValue
Returns an OutletT that gives access to the materialized value of this graph. Once the graph is materialized this outlet will emit exactly one element which is the materialized value. It is possible to expose this outlet as an externally accessible outlet of a SourceTOut, TMat, SinkTIn, TMat, FlowTIn, TOut, TMat or BidiFlowTIn1, TOut1, TIn2, TOut2, TMat. It is possible to call this method multiple times to get multiple OutletT instances if necessary. All of the outlets will emit the materialized value. Be careful to not to feed the result of this outlet to a stage that produces the materialized value itself (for example to a AggregateTIn, TOut(TOut, FuncTOut, TIn, TOut) that contributes to the materialized value) since that might lead to an unresolvable dependency cycle.
Public propertyModule
TBD
Top
Methods
  NameDescription
Public methodAddTShape, TMat
Import a graph into this module, performing a deep copy, discarding its materialized value and returning the copied Ports that are now to be connected.
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 methodFromTOut(IGraphSourceShapeTOut, T)
TBD
Public methodFromTOut(OutletTOut)
TBD
Public methodFromTOut(SourceShapeTOut)
TBD
Public methodFromTIn, TOut(FlowShapeTIn, TOut)
TBD
Public methodFromTIn, TOut(IGraphFlowShapeTIn, TOut, T)
TBD
Public methodFromTIn, TOut(UniformFanInShapeTIn, TOut)
TBD
Public methodFromTIn, TOut(UniformFanOutShapeTIn, TOut)
TBD
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 methodToTIn(InletTIn)
TBD
Public methodToTIn(SinkShapeTIn)
TBD
Public methodToTIn, TOut(FlowShapeTIn, TOut)
TBD
Public methodToTIn, TMat(IGraphSinkShapeTIn, TMat)
TBD
Public methodToTIn, TOut(UniformFanInShapeTIn, TOut)
TBD
Public methodToTIn, TOut(UniformFanOutShapeTIn, TOut)
TBD
Public methodToTIn, TOut, TMat(IGraphFlowShapeTIn, TOut, TMat)
TBD
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also