SubFlowTOut, TMat, TClosed Class |
Namespace: Akka.Streams.Dsl
The SubFlowTOut, TMat, TClosed type exposes the following members.
Name | Description | |
---|---|---|
SubFlowTOut, TMat, TClosed | Initializes a new instance of the SubFlowTOut, TMat, TClosed class |
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.
| |
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 |
TBD
| |
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).
| |
MergeSubstreamsWithParallelism |
Flatten the sub-flows back into the super-flow by performing a merge
with the given parallelism limit. This means that only up to parallelism
substreams will be executed at any given time. Substreams that are not
yet executed are also not materialized, meaning that back-pressure will
be exerted at the operator that creates the substreams when the parallelism
limit is reached.
| |
RunWithTMat2 |
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.
| |
ToTMat2 |
Attach a Sink to each sub-flow, closing the overall Graph that is being
constructed.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ViaT2, TMat2 |
TBD
| |
ViaMaterializedT2, TMat2, TMat3 |
TBD
|
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.) |