https://github.com/pine/reactor-interruptible
:hourglass: Reactor InterruptedException utilities
https://github.com/pine/reactor-interruptible
Last synced: 12 months ago
JSON representation
:hourglass: Reactor InterruptedException utilities
- Host: GitHub
- URL: https://github.com/pine/reactor-interruptible
- Owner: pine
- License: mit
- Created: 2019-11-15T18:51:16.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T09:48:45.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T03:13:58.198Z (about 1 year ago)
- Language: Java
- Homepage: https://search.maven.org/artifact/moe.pine/reactor-interruptible
- Size: 170 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reactor Interruptible
[](https://github.com/pine/reactor-interruptible/actions/workflows/build.yml)
[](https://codecov.io/gh/pine/reactor-interruptible)
[](https://search.maven.org/artifact/moe.pine/reactor-interruptible)
:hourglass: Reactor InterruptedException utilities
## Requirements
- Java 8 or later
- Reactor
## Getting started
The library is published to Maven Central.
```gradle
repositories {
mavenCentral()
}
depepdencies {
implementation "moe.pine:reactor-interruptible:$latestVersion"
}
```
## Development
### Test
```
$ ./gradlew clean check
```
### Upload Maven Central
```
$ ./gradlew clean publish
```
## License
MIT © Pine Mizune