Registry / other / akka-stream-2-13-0-m5

akka-stream-2-13-0-m5

JSON →
library2.5.23javamavenunverified

Akka Streams module for building reactive stream processing applications, compiled for Scala 2.13.0-M5 milestone.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-stream_2.13.0-M5</artifactId> <version>2.5.23</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-STREAM-2-13-0
A
akka-stream-2-13-0-m5
otherjavav2.5.23
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

Create an ActorMaterializer from an ActorSystem to run Akka Streams.

import akka.stream.ActorMaterializer; import akka.actor.ActorSystem; public class Example { public static void main(String[] args) { ActorSystem system = ActorSystem.create("example"); ActorMaterializer materializer = ActorMaterializer.create(system); System.out.println("Materializer created: " + materializer); } }
Debug
Known issues
breakingThis version targets a Scala milestone (2.13.0-M5) which is not stable; use a final Scala 2.13 release for production.
fix
Switch to akka-stream_2.13 with a stable Scala version (e.g., 2.13.10) and corresponding Akka version.
affects: >=2.5.0, <2.6.0
Upgrade
Version history
2.5.23latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
26
Meta
2
OpenAI (training)
1
Resources
akka-stream-2-13-0-m5 — mvn dependency:get akka-stream-2-13-0-m5 · libregistry