@ConsumerType public interface AsyncDelegate
Promise<?>
async(Method m, Object[] args)
boolean
execute(Method m, Object[] args)
Promise<?> async(Method m, Object[] args) throws Exception
m
args
null
Exception
boolean execute(Method m, Object[] args) throws Exception
true if accepted, or false otherwise.
if accepted, or false otherwise.
false
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.