Registry / networking / akka-stream-2-13

akka-stream-2-13

JSON →
library2.8.8javamavenunverified

A module of Akka providing reactive stream processing with back-pressure, built on the Actor model.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-stream_2.13</artifactId> <version>2.8.8</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-STREAM-2-13
A
akka-stream-2-13
networkingjavav2.8.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Source
akka.stream.scaladsl.Source

Create a simple Akka Streams source that emits numbers 1 to 10 and prints them.

import akka.actor.ActorSystem import akka.stream.scaladsl.{Source, Sink} implicit val system = ActorSystem("example") val source = Source(1 to 10) val sink = Sink.foreach[Int](println) source.runWith(sink)
Debug
Known issues
breakingAkka Streams 2.8.x requires Scala 2.13; ensure compatibility with your Scala version.
fix
Use the correct artifact for your Scala version (e.g., akka-stream_2.13).
affects: all
Upgrade
Version history
2.8.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
OpenAI (training)
1
Resources