Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

49 lines (27 loc) · 1.22 KB

Build Status

ddth-akka

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.

Installation

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>

Usage

AkkaUtils

Some useful helper methods to work with Akka. See AkkaUtils.md.

Clustering

Easier to work with Akka cluster. See Clustering.md.

Scheduling

Scheduling jobs with Akka. See Scheduling.md.

License

See LICENSE.txt for details. Copyright (c) 2018-2019 Thanh Ba Nguyen.

Third party libraries are distributed under their own licenses.