DDTH's Common Helpers and Utilities for Akka.
Project home: https://github.com/DDTH/ddth-akka
ddth-akka
requires Java 11+ since v1.0.0.
Latest release version: 1.1.0.1
. See RELEASE-NOTES.md.
Maven dependency: if only a sub-set of ddth-akka
functionality is used, choose the corresponding
dependency artifact(s) to reduce the number of unused jar files.
ddth-akka-core:
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-akka-core</artifactId>
<version>1.1.0.1</version>
</dependency>
Some useful helper methods to work with Akka. See AkkaUtils.md.
Easier to work with Akka cluster. See Clustering.md.
Scheduling jobs with Akka. See Scheduling.md.
See LICENSE.txt for details. Copyright (c) 2018-2019 Thanh Ba Nguyen.
Third party libraries are distributed under their own licenses.