public interface TaskProxyFactory
TaskProxy
 instances.
 To use a custom TaskProxy, create an implementation of this interface
 and instantiate the custom proxy in the getTaskProxy method. Set
 the config TaskResourceConfig.CONFIG_TASK_PROXY_FACTORY
 value to the appropriate factory implementation class.| Modifier and Type | Method and Description | 
|---|---|
| TaskProxy | getTaskProxy(TaskResourceConfig config) | 
TaskProxy getTaskProxy(TaskResourceConfig config)
config - the Config to pass to the proxy.