Reactive Executor Vert.x
Since Camel 3.0
The camel-reactive-executor-vertx is a VertX based implementation of the ReactiveExecutor
SPI.
By default, Camel uses its own reactive engine for routing messages, but you can plug in different engines via an SPI interface. This is a VertX based plugin that uses the VertX event loop for processing messages during routing.
At this time, this component is an experiment so use it with care. |