- Notifications
You must be signed in to change notification settings - Fork82
Additional optional modules for the Reactor project
License
reactor/reactor-addons
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Bridge to RxJava 2 Observable, Completable, Flowable, Single, Maybe, Scheduler, and also SWT Scheduler, Akka Scheduler ...
Extra operations and processors for Reactor Core including mathematical operations to compute sum, average, min or max from numerical sources.
Reactor uses a Gradle-based build system. Building the code yourself should be a straightforward case of:
git clone git@github.com:reactor/reactor-addons.gitcd reactor-addons./gradlew testThis should cause the submodules to be compiled and the tests to be run. To install these artifacts to your local Maven repo, use the handly Gradle Maven plugin:
./gradlew installSnapshot and pre-release Maven artifacts are provided in the SpringSource snapshot repositories.To add this repo to your Gradle build, specify the URL like the following:
ext { reactorAddonsVersion = '3.6.0'}repositories { //maven { url 'https://repo.spring.io/snapshot' } mavenCentral()}dependencies { // Reactor Adapter (RxJava2, Akka Actors scheduler and more) compile "io.projectreactor.addons:reactor-adapter:$reactorAddonsVersion"}- Guides (Notably
reactor-corereference guide whichcontains a sectionabout testing) - Reactive Streams
Reactor isApache 2.0 licensed.
About
Additional optional modules for the Reactor project
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.