133134135136137138139140141142143
}; MultiMethod asyncBean = AsyncUtils.mixinAsync(bean); { asyncBean.method1(3); Future<?> futureResult = AsyncUtils.getFutureResult(asyncBean); String actual = (String) futureResult.get(2, TimeUnit.SECONDS);