272.10. Camel Reactive Streams スターター

spring-boot ユーザーは、スターターモジュールを利用できます。スターターを使用する場合、CamelReactiveStreamsService を直接 Spring コンポーネントに注入できます。

スターターを使用するには、Spring Boot pom.xml ファイルに以下を追加します。

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-reactive-streams-starter</artifactId>
    <version>${camel.version}</version> <!-- use the same version as your Camel core version -->
</dependency>