R - Return type.public interface Invocable<C,R,K,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getParameterTypes() |
Class<R> |
getReturnType() |
R |
invoke(C context,
Invocation<K> invocation,
ExecutorService executorService) |
R invoke(C context, Invocation<K> invocation, ExecutorService executorService) throws E extends Exception
Class<R> getReturnType()
Class<?>[] getParameterTypes()