230.5. 路由示例
Spring XML 中定义的以下路由对集合执行操作 dbStats。
获取指定集合的 DB stats
<route> <from uri="direct:start" /> <!-- using bean 'mongoBean' defined above --> <to uri="mongodb3:mongoBean?database=${mongodb.database}&collection=${mongodb.collection}&operation=getDbStats" /> <to uri="direct:result" /> </route>