https://github.com/graceframework/grace-async
Grace Async and Events Framework
https://github.com/graceframework/grace-async
asynchronous-programming event-driven-architecture graceframework groovy
Last synced: 3 months ago
JSON representation
Grace Async and Events Framework
- Host: GitHub
- URL: https://github.com/graceframework/grace-async
- Owner: graceframework
- License: apache-2.0
- Created: 2023-11-25T01:55:31.000Z (almost 2 years ago)
- Default Branch: 7.0.x
- Last Pushed: 2025-07-05T10:31:55.000Z (3 months ago)
- Last Synced: 2025-07-05T11:37:24.814Z (3 months ago)
- Topics: asynchronous-programming, event-driven-architecture, graceframework, groovy
- Language: Groovy
- Homepage: https://graceframework.org/grace-async/latest/
- Size: 2.09 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/graceframework/grace-async/actions?query=workflow%3A%Grace+CI%22)
[](https://opensource.org/licenses/Apache-2.0)
[](https://search.maven.org/search?q=g:org.graceframework)
[](https://graceframework.org/grace-async/latest/guide/index.html)
[](https://x.com/graceframework)[](https://groovy-lang.org/releasenotes/groovy-4.0.html)
[](https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0-M1)
[](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.7)# Grace Async Framework
This project contains APIs and libraries that integrate Grace with various asynchronous libraries and frameworks such as [GPars](https://github.com/GPars/GPars) and [RxJava](https://github.com/ReactiveX/RxJava/tree/1.x), [RxJava2](https://github.com/ReactiveX/RxJava/releases/tag/v2.2.21), [RxJava3](https://github.com/ReactiveX/RxJava/releases).
> [!IMPORTANT]
> Since 7.0, Grace `events` plugin and the related modules have already been split into its' own repository [`grace-events`](https://github.com/graceframework/grace-events).## Versions
To make it easier for users to use and upgrade, Plugin adopts a version policy consistent with the [Grace Framework](https://github.com/graceframework/grace-framework).
| Plugin Version | Grace Version |
|----------------|---------------|
| 7.0.x | 2024.0.x |
| 6.3.x | 2023.3.x |
| 6.2.x | 2023.2.x |
| 6.1.x | 2023.1.x |
| 6.0.x | 2023.0.x |
| 5.2.x | 2022.2.x |
| 5.1.x | 2022.1.x |
| 5.0.x | 2022.0.x |## Ducumentation
* [7.0.x](https://graceframework.org/grace-async/7.0.x/)
## Links
- [Grace Framework](https://github.com/graceframework/grace-framework)
- [Grace Events](https://github.com/graceframework/grace-events)
- [Grace Plugins](https://github.com/grace-plugins)