273장. reactor Component
Camel 버전 2.20에서 사용 가능
Maven 사용자는 이 구성 요소를 위해 다음 종속성을 pom.xml 에 추가해야 합니다.
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-reactor</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>