License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactive Streams Container Microservices Reactive libraries |
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-example-reactive-streams |
Last Version | Last Version2.19.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: Example :: Reactive Streams
An example that shows how Camel can exchange data using reactive streams with Spring Boot reactor
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-reactive-streams/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-reactive-streams</artifactId>
<version>2.19.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-reactive-streams/
implementation 'org.apache.camel:camel-example-reactive-streams:2.19.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-reactive-streams/
implementation ("org.apache.camel:camel-example-reactive-streams:2.19.5")
'org.apache.camel:camel-example-reactive-streams:jar:2.19.5'
<dependency org="org.apache.camel" name="camel-example-reactive-streams" rev="2.19.5">
<artifact name="camel-example-reactive-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-reactive-streams', version='2.19.5')
)
libraryDependencies += "org.apache.camel" % "camel-example-reactive-streams" % "2.19.5"
[org.apache.camel/camel-example-reactive-streams "2.19.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-spring-boot-starter | jar | 2.19.5 |
org.apache.camel : camel-reactive-streams-starter | jar | 2.19.5 |
org.apache.camel : camel-servlet-starter | jar | 2.19.5 |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.7.RELEASE |
org.springframework.boot : spring-boot-starter-actuator | jar | |
io.projectreactor : reactor-core | jar | 3.0.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |