handlers

Provide general utilities to attach many handlers to be applied on events processing. Events can be of any type.

Install the Dependency

This module is not meant to be imported directly. It will be included by using any other part of the toolkit. However, if you only want to use the utilities, logging, etc. (i.e., for a desktop application), you can import it with the following code:

=== "build.gradle"

```groovy
repositories {
    mavenCentral()
}

implementation("com.hexagonkt:handlers:$hexagonVersion")
```

=== "pom.xml"

```xml
com.hexagonkthandlers$hexagonVersion
```

Packages

Link copied to clipboard

Provide general utilities to attach many handlers to be applied on events processing. Events can be of any type.