Registry / networking / akka-remote-2-13

akka-remote-2-13

JSON →
library2.8.8javamavenunverified

Remote actor support for Akka, enabling communication between actors across different JVMs.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-remote_2.13</artifactId> <version>2.8.8</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-REMOTE-2-13
A
akka-remote-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.

RemoteActorRefProvider
akka.remote.RemoteActorRefProvider

Create an actor system configured for remote communication.

import akka.actor.ActorSystem; import akka.actor.Props; import akka.actor.ActorRef; ActorSystem system = ActorSystem.create("RemoteSystem"); ActorRef remoteActor = system.actorOf(Props.create(MyActor.class), "myActor"); // Configure remoting in application.conf
Debug
Known issues
breakingAkka 2.8.x may have breaking changes from earlier versions; check migration notes.
fix
Review the Akka migration guide at https://doc.akka.io/docs/akka/current/project/migration-guides.html.
affects: >=2.8.0
Upgrade
Version history
2.8.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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