Last Version

reactor-lock 0.2.0

This library provides the way to perform any computations wrapped with reactor.core.publisher.Mono with exclusive locking in the reactive manner.

License

License

Categories

Categories

React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

com.github.alex-pumpkin
ArtifactId

ArtifactId

reactor-lock-core
Version

Version

0.2.0
Type

Type

jar
Description

Description

reactor-lock
This library provides the way to perform any computations wrapped with reactor.core.publisher.Mono with exclusive locking in the reactive manner.
Project URL

Project URL

https://github.com/alex-pumpkin/reactor-lock
Source Code Management

Source Code Management

http://github.com/alex-pumpkin/reactor-lock/tree/master

Download reactor-lock-core 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.alex-pumpkin/reactor-lock-core/ -->
<dependency>
    <groupId>com.github.alex-pumpkin</groupId>
    <artifactId>reactor-lock-core</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alex-pumpkin/reactor-lock-core/
implementation 'com.github.alex-pumpkin:reactor-lock-core:0.2.0'
// https://jarcasting.com/artifacts/com.github.alex-pumpkin/reactor-lock-core/
implementation ("com.github.alex-pumpkin:reactor-lock-core:0.2.0")
'com.github.alex-pumpkin:reactor-lock-core:jar:0.2.0'
<dependency org="com.github.alex-pumpkin" name="reactor-lock-core" rev="0.2.0">
  <artifact name="reactor-lock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alex-pumpkin', module='reactor-lock-core', version='0.2.0')
)
libraryDependencies += "com.github.alex-pumpkin" % "reactor-lock-core" % "0.2.0"
[com.github.alex-pumpkin/reactor-lock-core "0.2.0"]

Dependencies

runtime (3)

Group / Artifact Type Version
io.projectreactor : reactor-core jar 3.4.5
io.projectreactor.addons : reactor-extra jar 3.4.1
io.vavr : vavr jar 0.10.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.awaitility : awaitility jar 3.1.6

Project Modules

There are no modules declared in this project.