Uses of Interface
com.identityworksllc.iiq.common.task.ThreadWorkerCreator
-
Packages that use ThreadWorkerCreator Package Description com.identityworksllc.iiq.common.task Utilities relating to tasks, including base task implementations -
-
Uses of ThreadWorkerCreator in com.identityworksllc.iiq.common.task
Methods in com.identityworksllc.iiq.common.task with parameters of type ThreadWorkerCreator Modifier and Type Method Description void
AbstractThreadedTask. setWorkerCreator(ThreadWorkerCreator<T> workerCreator)
Sets the worker creator function.
-