GraphDslBuilderT Class |
Namespace: Akka.Streams.Dsl
The GraphDslBuilderT type exposes the following members.
Name | Description | |
---|---|---|
MaterializedValue |
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.
| |
Module |
TBD
|
Name | Description | |
---|---|---|
AddTShape, 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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromTOut(IGraphSourceShapeTOut, T) |
TBD
| |
FromTOut(OutletTOut) |
TBD
| |
FromTOut(SourceShapeTOut) |
TBD
| |
FromTIn, TOut(FlowShapeTIn, TOut) |
TBD
| |
FromTIn, TOut(IGraphFlowShapeTIn, TOut, T) |
TBD
| |
FromTIn, TOut(UniformFanInShapeTIn, TOut) |
TBD
| |
FromTIn, TOut(UniformFanOutShapeTIn, TOut) |
TBD
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToTIn(InletTIn) |
TBD
| |
ToTIn(SinkShapeTIn) |
TBD
| |
ToTIn, TOut(FlowShapeTIn, TOut) |
TBD
| |
ToTIn, TMat(IGraphSinkShapeTIn, TMat) |
TBD
| |
ToTIn, TOut(UniformFanInShapeTIn, TOut) |
TBD
| |
ToTIn, TOut(UniformFanOutShapeTIn, TOut) |
TBD
| |
ToTIn, TOut, TMat(IGraphFlowShapeTIn, TOut, TMat) |
TBD
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |