Package org.apache.pekko.stream.javadsl
Interface StatefulMapConcatAccumulator<In,Out>
- All Superinterfaces:
Function<In,,Iterable<Out>> Serializable
A special accumulator for
StatefulMapConcat operator that allows to emit elements when the upstream has completed.
- Since:
- 1.2.0
-
Method Summary
Modifier and TypeMethodDescriptionCalled once the upstream has been completed, optional elements can be emitted, by default none.
-
Method Details
-
onComplete
Called once the upstream has been completed, optional elements can be emitted, by default none.
-