IPC contracts for Reactive transport and protocol


License

License

Categories

Categories

React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.projectreactor.ipc
ArtifactId

ArtifactId

reactor-ipc
Last Version

Last Version

0.6.2.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

IPC contracts for Reactive transport and protocol
IPC contracts for Reactive transport and protocol
Project URL

Project URL

https://github.com/reactor/reactor
Project Organization

Project Organization

reactor
Source Code Management

Source Code Management

https://github.com/reactor/reactor-ipc

Download reactor-ipc

How to add to project

<!-- https://jarcasting.com/artifacts/io.projectreactor.ipc/reactor-ipc/ -->
<dependency>
    <groupId>io.projectreactor.ipc</groupId>
    <artifactId>reactor-ipc</artifactId>
    <version>0.6.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor.ipc/reactor-ipc/
implementation 'io.projectreactor.ipc:reactor-ipc:0.6.2.RELEASE'
// https://jarcasting.com/artifacts/io.projectreactor.ipc/reactor-ipc/
implementation ("io.projectreactor.ipc:reactor-ipc:0.6.2.RELEASE")
'io.projectreactor.ipc:reactor-ipc:jar:0.6.2.RELEASE'
<dependency org="io.projectreactor.ipc" name="reactor-ipc" rev="0.6.2.RELEASE">
  <artifact name="reactor-ipc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor.ipc', module='reactor-ipc', version='0.6.2.RELEASE')
)
libraryDependencies += "io.projectreactor.ipc" % "reactor-ipc" % "0.6.2.RELEASE"
[io.projectreactor.ipc/reactor-ipc "0.6.2.RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 Optional jar 3.0.0
io.projectreactor : reactor-core jar 3.0.7.RELEASE
org.slf4j : slf4j-api Optional jar 1.7.12

Project Modules

There are no modules declared in this project.

⚠️ Note: This project is has been phased out in Reactor 3.x and is only used in the non supported reactor-netty versions 0.5 and 0.6.

If you have questions about Reactor 3, join the community (see the reactor README).

Join the chat at https://gitter.im/reactor/reactor

reactor-ipc

You will find backpressure-ready components to encode, decode, send (unicast, multicast or request/response) and serve connections in dedicated repositories :

Javadoc

http://projectreactor.io/docs/ipc/release/api/

Licensed under Apache Software License 2.0

Sponsored by Pivotal

io.projectreactor.ipc

Reactor

Reactive Streams based projects for backpressure-ready asynchronous message passing.

Versions

Version
0.6.2.RELEASE
0.6.1.RELEASE
0.6.0.RELEASE
0.5.1.RELEASE
0.5.0.RELEASE