public class CallableInterceptor<V,R> extends Interceptor<V,R>
| Constructor and Description |
|---|
CallableInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
R |
aroundInvoke(InterceptContext<V,R> context,
Callable<R> callable) |
cleanup, handleException, postExec, preExecpublic R aroundInvoke(InterceptContext<V,R> context, Callable<R> callable) throws Exception
aroundInvoke in class Interceptor<V,R>ExceptionCopyright © 2015. All Rights Reserved.