Skip to content
/ ddth-akka Public

DDTH's Common Helpers and Utilities for Akka.

License

Notifications You must be signed in to change notification settings

DDTH/ddth-akka

Repository files navigation

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.

About

DDTH's Common Helpers and Utilities for Akka.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages