Registry / networking / akka-cluster-2-13

akka-cluster-2-13

JSON →
library2.8.8javamavenunverified

Akka Cluster provides cluster membership, failure detection, and distributed data for building resilient, distributed applications.

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

Cluster
akka.cluster.Cluster

Minimal usage showing import of Cluster from Akka Cluster.

import akka.cluster.Cluster; public class Example { public static void main(String[] args) { Cluster cluster = Cluster.get(system); System.out.println("Akka Cluster example"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.8.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
42
Resources
akka-cluster-2-13 — mvn dependency:get akka-cluster-2-13 · libregistry