Uses of Interface
com.atlassian.confluence.impl.util.concurrent.TaskWrapper
-
Packages that use TaskWrapper Package Description com.atlassian.confluence.impl.util.concurrent -
-
Uses of TaskWrapper in com.atlassian.confluence.impl.util.concurrent
Fields in com.atlassian.confluence.impl.util.concurrent declared as TaskWrapper Modifier and Type Field Description static TaskWrapper
ConfluenceExecutors. THREAD_LOCAL_CONTEXT_TASK_WRAPPER
Deprecated.static TaskWrapper
ConfluenceExecutors. VCACHE_TASK_WRAPPER
Deprecated.Methods in com.atlassian.confluence.impl.util.concurrent with parameters of type TaskWrapper Modifier and Type Method Description static ExecutorService
ConfluenceExecutors. wrap(ExecutorService delegate, TaskWrapper... taskWrappers)
Deprecated.
-