Uses of Interface
com.kingsrook.qqq.backend.core.actions.async.AsyncJob
Packages that use AsyncJob
-
Uses of AsyncJob in com.kingsrook.qqq.backend.core.actions.async
Methods in com.kingsrook.qqq.backend.core.actions.async with parameters of type AsyncJobModifier and TypeMethodDescription<T extends Serializable>
TStart a job - if it finishes within the specified timeout, get its results, else, get back an exception with the job id.<T extends Serializable>
StringStart a job, and always, just get back the job UUID.<T extends Serializable>
TStart a job - if it finishes within the specified timeout, get its results, else, get back an exception with the job id.<T extends Serializable>
StringStart a job, and always, just get back the job UUID.