Module io.helidon.common.context
Package io.helidon.common.context
Interface ContextAwareExecutorService
-
- All Superinterfaces:
Executor
,ExecutorService
public interface ContextAwareExecutorService extends ExecutorService
An interface for wrapped executor services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutorService
unwrap()
Unwrap the executor service.-
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
-
-
-
-
Method Detail
-
unwrap
ExecutorService unwrap()
Unwrap the executor service.- Returns:
- the instance that was used to create this wrapper.
-
-