Registry / networking / akka-actor-typed-2-13

akka-actor-typed-2-13

JSON →
library2.8.8javamavenunverified

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-actor-typed_2.13</artifactId> <version>2.8.8</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-ACTOR-TYPED-2
A
akka-actor-typed-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.

ActorSystem
akka.actor.typed.ActorSystem

Minimal usage creating a typed ActorSystem.

import akka.actor.typed.ActorSystem; import akka.actor.typed.Behavior; import akka.actor.typed.javadsl.Behaviors; Behavior<String> behavior = Behaviors.receiveMessage(msg -> { System.out.println(msg); return Behaviors.same(); }); ActorSystem<String> system = ActorSystem.create(behavior, "hello");
Debug
Known issues
breakingAkka 2.8.x requires Java 11+; older versions may have compatibility issues.
fix
Ensure Java 11 or later is used.
affects: >=2.8.0
Upgrade
Version history
2.8.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
34
OpenAI (training)
1
Resources
akka-actor-typed-2-13 — mvn dependency:get akka-actor-typed-2-13 · libregistry