public interface AdminExecutor
Modifier and Type | Method and Description |
---|---|
<T> T |
execute(java.util.concurrent.Callable<T> callable)
Executes the callable block of code as an admin subject
|
<T> T execute(java.util.concurrent.Callable<T> callable) throws java.lang.Exception
T
-callable
- the callable block of codejava.lang.Exception