fix Trigger references in the stream cookbook example for digest #24317
* replace Trigger with Unit * cosmetic changes in docs.stream.cookbook tests
This commit is contained in:
parent
1574faf180
commit
8fcf728b7a
15 changed files with 52 additions and 90 deletions
|
|
@ -3,16 +3,10 @@
|
|||
*/
|
||||
package docs.stream.cookbook
|
||||
|
||||
import java.io.ByteArrayOutputStream
|
||||
import java.nio.charset.StandardCharsets
|
||||
import java.util.zip.GZIPOutputStream
|
||||
|
||||
import akka.stream.impl.io.compression.GzipCompressor
|
||||
import akka.stream.scaladsl.Sink
|
||||
import akka.stream.scaladsl.Source
|
||||
import akka.util.ByteString
|
||||
|
||||
import scala.annotation.tailrec
|
||||
import scala.concurrent.Await
|
||||
import scala.concurrent.duration._
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue