RX
Page edited by James Strachan
Changes (2)
h1. Reactive Camel
h1. Camel RX
The camel-rx library provides Camel support for the
Camel 2.11.0 Release
Page edited by James Strachan
Changes (1)
...
Welcome to the 2.11.0 release with approximately XXX issues resolved - inclu
RX
Page edited by James Strachan
Changes (1)
...
filtered = observable.filter(m -> m.getHeader("foo") != null).map(m -> "Hello " + m.getBody())
Author: jstrachan
Date: Mon Mar 4 07:06:12 2013
New Revision: 1452197
URL: http://svn.apache.org/r1452197
Log:
added an overloaded version of toObservable() that takes the body type as an
argument so that the body of the message can be extracted and processed as an
Observable directly for cases
RX
Page edited by James Strachan
Changes (2)
...
// we can now call filter/map/concat etc
filtered = observable.filter(m -> m.get
RX
Page edited by James Strachan
Changes (1)
...
You can then create an Observable from any endpoint using the ReactiveCamel helper class.
RX
Page edited by James Strachan
Changes (1)
...
You can then create an Observable from any endpoint using the ReactiveCamel helper class.
RX
Page added by James Strachan
Reactive Camel
The camel-rx library provides Camel support for the Reactive Extensions (RX) using the RxJava library.
You can think of RX as providing an API similar to Java 8 / Groovy / Scala like API collec
Author: jstrachan
Date: Mon Mar 4 06:22:28 2013
New Revision: 1452193
URL: http://svn.apache.org/r1452193
Log:
add link to the RxJava wiki which gives a better overview of what RxJava is
about
Modified:
camel/trunk/components/camel-rx/src/main/java/org/apache/camel/rx/ReactiveCamel.java
Author: jstrachan
Date: Mon Mar 4 06:19:55 2013
New Revision: 1452192
URL: http://svn.apache.org/r1452192
Log:
Initial spike of Camel RX, the Reactive Extensions for Camel using RxJava
Added:
camel/trunk/components/camel-rx/
camel/trunk/components/camel-rx/pom.xml (with props)
came
Author: buildbot
Date: Mon Mar 4 06:18:54 2013
New Revision: 852885
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/using-getin-or-getout-methods-on-exchange.html
Modified: websites/producti
Using getIn or getOut methods on Exchange
Page edited by Ben O'Day
Changes (1)
...
!flow.png!
- The out message from each step is
Commercial Camel Offerings
Page edited by Adam Edwards
Changes (1)
...
[Code-House|http://code-house.org] is european service provider with own
13 matches
Mail list logo