Package io.trino.dispatcher
Interface DecoratingListeningExecutorService.TaskDecorator
-
- Enclosing class:
- DecoratingListeningExecutorService
public static interface DecoratingListeningExecutorService.TaskDecorator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Runnabledecorate(Runnable command)<T> Callable<T>decorate(Callable<T> task)
-