Registry / networking / akka-stream-2-11

akka-stream-2-11

JSON →
library2.5.32javamavenunverified

Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-stream_2.11</artifactId> <version>2.5.32</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-STREAM-2-11
A
akka-stream-2-11
networkingjavav2.5.32
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.javadsl.Source

Creates a simple Akka Stream source that emits a single element and prints it.

import akka.stream.javadsl.Source; import akka.actor.ActorSystem; import akka.stream.Materializer; public class Example { public static void main(String[] args) { ActorSystem system = ActorSystem.create("example"); Materializer materializer = Materializer.createMaterializer(system); Source.single("Hello, Akka Stream!") .runForeach(System.out::println, materializer); } }
Debug
Known issues
breakingAkka Streams for Scala 2.11 is outdated; consider migrating to Scala 2.13 or 3.
fix
Upgrade to a newer Scala version and use the corresponding Akka Stream artifact (e.g., akka-stream_2.13).
affects: >=2.5.0
Upgrade
Version history
2.5.32latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
30
OpenAI (training)
2
Resources
akka-stream-2-11 — mvn dependency:get akka-stream-2-11 · libregistry