Last Version

MicroProfile Reactive Streams Messaging Implementation 1.0.0

An implementation of the MicroProfile Reactive Streams Messaging specification

License

License

Categories

Categories

React User Interface Web Frameworks Messaging Application Layer Libs
GroupId

GroupId

io.smallrye.reactive
ArtifactId

ArtifactId

smallrye-reactive-messaging-1.0
Version

Version

1.0.0
Type

Type

pom
Description

Description

MicroProfile Reactive Streams Messaging Implementation
An implementation of the MicroProfile Reactive Streams Messaging specification
Project Organization

Project Organization

SmallRye
Source Code Management

Source Code Management

https://github.com/smallrye/smallrye-reactive-messaging

Download smallrye-reactive-messaging-1.0 1.0.0


<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-1.0/ -->
<dependency>
    <groupId>io.smallrye.reactive</groupId>
    <artifactId>smallrye-reactive-messaging-1.0</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-1.0/
implementation 'io.smallrye.reactive:smallrye-reactive-messaging-1.0:1.0.0'
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-1.0/
implementation ("io.smallrye.reactive:smallrye-reactive-messaging-1.0:1.0.0")
'io.smallrye.reactive:smallrye-reactive-messaging-1.0:pom:1.0.0'
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-1.0" rev="1.0.0">
  <artifact name="smallrye-reactive-messaging-1.0" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-1.0', version='1.0.0')
)
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-1.0" % "1.0.0"
[io.smallrye.reactive/smallrye-reactive-messaging-1.0 "1.0.0"]

Dependencies

compile (8)

Group / Artifact Type Version
org.eclipse.microprofile.reactive.messaging : microprofile-reactive-messaging-api jar 1.0
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-api jar 1.0
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-core jar 1.0
io.reactivex.rxjava2 : rxjava jar 2.2.10
io.smallrye.reactive : smallrye-reactive-converter-api jar 1.0.6
org.eclipse.microprofile.config : microprofile-config-api jar 1.3
org.apache.commons : commons-lang3 jar 3.9
org.slf4j : slf4j-api jar 1.7.26

provided (1)

Group / Artifact Type Version
javax.enterprise : cdi-api jar 2.0.SP1

test (8)

Group / Artifact Type Version
org.jboss.weld.se : weld-se-core jar 3.1.1.Final
io.smallrye.reactive : smallrye-reactive-streams-operators-1.0 jar 1.0.6
io.smallrye.reactive : smallrye-reactive-converter-rxjava2 jar 1.0.6
io.smallrye.reactive : smallrye-reactive-converter-reactor jar 1.0.6
io.smallrye.reactive : smallrye-reactive-streams-vertx-execution-model-1.0 jar 1.0.6
junit : junit jar 4.12
org.assertj : assertj-core jar 3.12.2
org.awaitility : awaitility jar 3.1.6

Project Modules

  • smallrye-reactive-messaging-provider
  • smallrye-reactive-messaging-kafka
  • smallrye-reactive-messaging-mqtt
  • smallrye-reactive-messaging-camel
  • smallrye-reactive-messaging-amqp
  • smallrye-reactive-messaging-http
  • smallrye-reactive-messaging-vertx-eventbus
  • smallrye-reactive-messaging-cloud-events
  • examples/quickstart
  • examples/snippets
  • examples/cloud-events
  • examples/kafka-quickstart
  • examples/mqtt-quickstart
  • examples/amqp-quickstart
  • tck