This room is dedicated to discussions between Akka committers for coordinating the development process—for general questions and discussions around the usage of Akka please head over to akka/akka. For more info see: http://bit.ly/akka-gitter
flatMapPrefix
which passes in an java.lang.Iterable
but groupedWithin
gives a java.util.List
collect
method to Sink
Flow
which accepts a factory of collector
.
Collector
always return a new container
maybe the factory
is not needed ,but just a collector.