public interface TracingAwareExecutorService
extends java.util.concurrent.ExecutorService
Modifier and Type | Method and Description |
---|---|
void |
execute(java.lang.Runnable command,
TraceState state) |
void |
maybeExecuteImmediately(java.lang.Runnable command) |
void execute(java.lang.Runnable command, TraceState state)
void maybeExecuteImmediately(java.lang.Runnable command)
Copyright © 2015 The Apache Software Foundation