34.7.5.4. command
데이터베이스에서 본문을 명령으로 실행합니다. 호스트 정보, 복제 또는 분할 상태를 얻는 데 유용한 관리 작업에 유용합니다.
collection 매개변수는 이 작업에 사용되지 않습니다.
// route: from("command").to("mongodb:myDb?database=science&operation=command"); DBObject commandBody = new BasicDBObject("hostInfo", "1"); Object result = template.requestBody("direct:command", commandBody);