Registry / other / akka-agent-2-11

akka-agent-2-11

JSON →
library2.5.32javamavenunverified

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-agent_2.11</artifactId> <version>2.5.32</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-AGENT-2-11
A
akka-agent-2-11
otherjavav2.5.32
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.

Agent
akka.agent.Agent

Minimal Akka Agent usage

import akka.actor.ActorSystem; import akka.agent.Agent; import scala.concurrent.ExecutionContext; public class Quickstart { public static void main(String[] args) { ActorSystem system = ActorSystem.create(); Agent<Integer> agent = Agent.create(0, system.dispatcher()); agent.send(1); System.out.println("Agent value: " + agent.get()); system.terminate(); } }
Debug
Known issues
breakingAkka Agent is deprecated in favor of Akka Typed or other constructs.
fix
Migrate to Akka Typed actors or use akka-actor-typed for new projects.
affects: >=2.6.0
Upgrade
Version history
2.5.32latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Meta
1
OpenAI (training)
1
Resources