public class SubmitterExecutorAdapter extends AbstractSubmitterExecutor
Executor
implementations to provide
SubmitterExecutor
capabilities.
In addition this implementation returns ListenableFuture
future implementations, making it an easy way to convert your favorite executor to use
ListenableFutures.
Constructor and Description |
---|
SubmitterExecutorAdapter(java.util.concurrent.Executor executor)
Constructors a new wrapper instance with the provided executor to defer calls to.
|
execute, submit, submit
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
submit