ru.fix:completable-reactor-example

https://github.com/ru-fix/completable-reactor

Лицензия

Лицензия

Категории

Категории

React Взаимодействие с пользователем Веб-фреймворки Reactor Контейнер Микросервисы Reactive libraries
Группа

Группа

ru.fix
Идентификатор

Идентификатор

completable-reactor-example
Последняя версия

Последняя версия

1.5.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

ru.fix:completable-reactor-example
https://github.com/ru-fix/completable-reactor
Ссылка на сайт

Ссылка на сайт

https://github.com/ru-fix/completable-reactor
Система контроля версий

Система контроля версий

https://github.com/ru-fix/completable-reactor

Скачать completable-reactor-example

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/ru.fix/completable-reactor-example/ -->
<dependency>
    <groupId>ru.fix</groupId>
    <artifactId>completable-reactor-example</artifactId>
    <version>1.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/ru.fix/completable-reactor-example/
implementation 'ru.fix:completable-reactor-example:1.5.7'
// https://jarcasting.com/artifacts/ru.fix/completable-reactor-example/
implementation ("ru.fix:completable-reactor-example:1.5.7")
'ru.fix:completable-reactor-example:jar:1.5.7'
<dependency org="ru.fix" name="completable-reactor-example" rev="1.5.7">
  <artifact name="completable-reactor-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.fix', module='completable-reactor-example', version='1.5.7')
)
libraryDependencies += "ru.fix" % "completable-reactor-example" % "1.5.7"
[ru.fix/completable-reactor-example "1.5.7"]

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
ru.fix : completable-reactor-runtime jar 1.5.7
ru.fix : completable-reactor-graph-kotlin jar 1.5.7
io.github.microutils : kotlin-logging jar 1.5.9
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.41
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.41
org.jetbrains.kotlin : kotlin-reflect jar 1.3.41
org.springframework : spring-beans jar 5.1.9.RELEASE
org.springframework : spring-context jar 5.1.9.RELEASE
org.projectlombok : lombok jar 1.18.8
javax.annotation : javax.annotation-api jar 1.3.2

Модули Проекта

Данный проект не имеет модулей.

CompletableReactor

Maven Central

CompletableReactor framework makes it easier to create business flows that have concurrently running parts and complex execution branching.

CompletableReactor provides DSL-like builder-style API to describe business flows and visualization plugins that parse code and displays it as an execution graph. CompletableReactor follows code-first approach when developer writes code and IDE visualizes it in plugin window and provides ability to navigate from graph to code and backward.

Framework built on top of Fork Join Pool and CompletableFuture API. Different JVM based languages use extension to support more suitable DSL-like API.

Visit CompletableReactor site for project documentation:
https://ru-fix.github.io/completable-reactor/

MIT License

ru.fix

FIX

FIX Company

Версии библиотеки

Версия
1.5.7
1.5.5
1.4.8
1.4.6
1.4.5
1.4.1
1.3.1