第217章 MongoDB GridFS Component
Camel バージョン 2.18 から利用可能
Maven ユーザーは、このコンポーネントの pom.xml
に以下の依存関係を追加する必要があります。
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-mongodb-gridfs</artifactId> <version>x.y.z</version> <!-- use the same version as your Camel core version --> </dependency>
217.1. URI 形式
mongodb-gridfs:connectionBean?database=databaseName&bucket=bucketName[&moreOptions...]