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