209.4.3.3. CamelContext
보호된 멤버 camelContext 는 지정된 Kura 라우터와 연결된 CamelContext 입니다.
public class MyKuraRouter extends KuraRouter {
@Override
public void configure() throws Exception {
camelContext.getStatus();
...
}
}