Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Releases: InsanusMokrassar/HandlersSystem

Just updates

25 Feb 06:00
Compare
Choose a tag to compare
v1.2

fix version info

v1.1

21 Nov 11:52
Compare
Choose a tag to compare
v1.1 Pre-release
Pre-release

Now Handlers must not get some result
callback and must add results of calculation in result object using
getResultIObject fun. Besides, in
HandlersMap was added method
handleAsync to handle message
async with current thread.

First simple version

16 Sep 08:21
Compare
Choose a tag to compare

Installation

Maven

<dependency>
    <groupId>com.github.insanusmokrassar</groupId>
    <artifactId>HandlersSystem</artifactId>
    <version>1.0</version>
</dependency>

Gradle

compile 'com.github.insanusmokrassar:HandlersSystem:1.0'