public interface IExecutionContext
Modifier and Type | Method and Description |
---|---|
<T> T |
executeInContext(Callable<T> callee)
Executes the given callee in some execution context.
|
<T> T executeInContext(Callable<T> callee) throws Exception
Callable.call()
of the given callee is called.T
- the result typecallee
- the callee to call inside the execution contextException
- if callee throws an exceptionCopyright © 2016 AXON IVY AG. All rights reserved.