Registry / networking / akka-stream-2-12

akka-stream-2-12

JSON →
library2.8.8javamavenunverified

Akka Streams is a reactive streams implementation for building asynchronous, non-blocking stream processing applications on the JVM.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-stream_2.12</artifactId> <version>2.8.8</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-STREAM-2-12
A
akka-stream-2-12
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

Minimal Akka Streams example using Source and runForeach.

import akka.actor.ActorSystem; import akka.stream.ActorMaterializer; import akka.stream.javadsl.Source; ActorSystem system = ActorSystem.create("example"); ActorMaterializer materializer = ActorMaterializer.create(system); Source.single("hello").runForeach(System.out::println, materializer);
Debug
Known issues
breakingAkka 2.8.x requires Scala 2.13; this artifact is for Scala 2.12 and may have compatibility issues.
fix
Use akka-stream_2.13 for Scala 2.13 projects.
affects: >=2.8.0
Upgrade
Version history
2.8.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
34
OpenAI (training)
2
Amazon
1
Resources
akka-stream-2-12 — mvn dependency:get akka-stream-2-12 · libregistry