216.4. サンプルルート
Spring XML で定義された以下のルートは、コレクションで操作 dbStats を実行します。
指定されたコレクションの DB 統計を取得
<route> <from uri="direct:start" /> <!-- using bean 'mongoBean' defined above --> <to uri="mongodb:mongoBean?database=${mongodb.database}&collection=${mongodb.collection}&operation=getDbStats" /> <to uri="direct:result" /> </route>