SubFlowImplTIn, TOut, TMat, TClosed Class |
Namespace: Akka.Streams.Implementation
The SubFlowImplTIn, TOut, TMat, TClosed type exposes the following members.
Name | Description | |
---|---|---|
SubFlowImplTIn, TOut, TMat, TClosed |
TBD
|
Name | Description | |
---|---|---|
ConcatSubstream |
Flatten the sub-flows back into the super-flow by concatenating them.
This is usually a bad idea when combined with GroupBy
since it can easily lead to deadlock—the concatenation does not consume from the second
substream until the first has finished and the GroupBy
stage will get back-pressure from the second stream.
(Inherited from SubFlowTOut, TMat, TClosed.) | |
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MapMaterializedValueTMat2(FuncTMat, TMat2) |
TBD
(Inherited from SubFlowTOut, TMat, TClosed.) | |
MapMaterializedValueTMat2(FuncTMat, TMat2) |
TBD
(Overrides SubFlowTOut, TMat, TClosedMapMaterializedValueTMat2(FuncTMat, TMat2).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MergeSubstreams |
Flatten the sub-flows back into the super-flow by performing a merge
without parallelism limit (i.e. having an unbounded number of sub-flows
active concurrently).
(Inherited from SubFlowTOut, TMat, TClosed.) | |
MergeSubstreamsWithParallelism |
TBD
(Overrides SubFlowTOut, TMat, TClosedMergeSubstreamsWithParallelism(Int32).) | |
RunWithTMat2(IGraphSinkShapeTOut, TMat2, IMaterializer) |
Connect this SourceTOut, TMat to a SinkTIn, TMat and run it. The returned value is the materialized value
of the SinkTIn, TMat, e.g. the IPublisher of a PublisherTIn.
(Inherited from SubFlowTOut, TMat, TClosed.) | |
RunWithTMat2(IGraphSinkShapeTOut, TMat2, IMaterializer) |
TBD
(Overrides SubFlowTOut, TMat, TClosedRunWithTMat2(IGraphSinkShapeTOut, TMat2, IMaterializer).) | |
ToTMat2(IGraphSinkShapeTOut, TMat2) |
Attach a Sink to each sub-flow, closing the overall Graph that is being
constructed.
(Inherited from SubFlowTOut, TMat, TClosed.) | |
ToTMat2(IGraphSinkShapeTOut, TMat2) |
TBD
(Overrides SubFlowTOut, TMat, TClosedToTMat2(IGraphSinkShapeTOut, TMat2).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ViaT2, TMat2(IGraphFlowShapeTOut, T2, TMat2) |
TBD
(Inherited from SubFlowTOut, TMat, TClosed.) | |
ViaT2, TMat2(IGraphFlowShapeTOut, T2, TMat2) |
TBD
(Overrides SubFlowTOut, TMat, TClosedViaT2, TMat2(IGraphFlowShapeTOut, T2, TMat2).) | |
ViaMaterializedT2, TMat2, TMat3(IGraphFlowShapeTOut, T2, TMat2, FuncTMat, TMat2, TMat3) |
TBD
(Inherited from SubFlowTOut, TMat, TClosed.) | |
ViaMaterializedT2, TMat2, TMat3(IGraphFlowShapeTOut, T2, TMat2, FuncTMat, TMat2, TMat3) |
TBD
(Overrides SubFlowTOut, TMat, TClosedViaMaterializedT2, TMat2, TMat3(IGraphFlowShapeTOut, T2, TMat2, FuncTMat, TMat2, TMat3).) | |
WithAttributes |
Change the attributes of this FlowTIn, TOut, TMat to the given ones. Note that this
operation has no effect on an empty Flow (because the attributes apply
only to the contained processing stages).
|
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.) |