Registry / messaging / akka-stream-experimental-2-11

akka-stream-experimental-2-11

JSON →
library2.0.5javamavenunverified

Experimental Akka Stream module for building reactive stream processing pipelines (Scala 2.11).

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-stream-experimental_2.11</artifactId> <version>2.0.5</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-STREAM-EXPERI
A
akka-stream-experimental-2-11
messagingjavav2.0.5
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.

ActorMaterializer
akka.stream.ActorMaterializer

Simple Akka Stream pipeline using ActorMaterializer

import akka.actor.ActorSystem; import akka.stream.ActorMaterializer; import akka.stream.javadsl.Source; public class StreamExample { public static void main(String[] args) { ActorSystem system = ActorSystem.create("example"); ActorMaterializer materializer = ActorMaterializer.create(system); Source.range(1, 10) .runForeach(System.out::println, materializer); } }
Debug
Known issues
breakingThis module is experimental and may break binary compatibility between minor releases
fix
Pin exact version and test thoroughly before upgrading
affects: *
gotchaScala 2.11 is outdated; consider migrating to Scala 2.13 or 3.x
fix
Use akka-stream (non-experimental) with Scala 2.13+
affects: *
Upgrade
Version history
2.0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
32
OpenAI (training)
2
Resources