209210211212213214215216217218219
service.stop(); } else { Flow flow = (Flow) flowConstruct; flow.stop(); } } /** * Tests the given flow with a one-way message exchange pattern
105106107108109110111112113114115
exceptionThrownLatch.release(); throw new RuntimeException(); } }); Flow flow = (Flow)getFlowConstruct("FlowRefException"); flow.stop(); prober.check(new Probe() { @Override public boolean isSatisfied() {