public class DefaultExecutorProvider extends java.lang.Object implements ExecutorProvider, java.io.Serializable
ExecutorProvider
implementation, providing a
DefaultExecutor
instance.Constructor and Description |
---|
DefaultExecutorProvider() |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Executor |
provide()
Provide an
Executor for the task at hand. |
public final java.util.concurrent.Executor provide()
ExecutorProvider
Executor
for the task at hand.provide
in interface ExecutorProvider
Copyright © 2018. All Rights Reserved.