Uses of Class
com.kingsrook.qqq.backend.core.actions.async.AsyncJobStatus
Packages that use AsyncJobStatus
-
Uses of AsyncJobStatus in com.kingsrook.qqq.backend.core.actions.async
Methods in com.kingsrook.qqq.backend.core.actions.async that return AsyncJobStatusModifier and TypeMethodDescriptionAsyncJobStatus.withJobName
(String jobName) Fluent setter for jobNameMethods in com.kingsrook.qqq.backend.core.actions.async that return types with arguments of type AsyncJobStatusModifier and TypeMethodDescriptionAsyncJobManager.getJobStatus
(String uuid) Get the status of the job identified by the given UUID.Methods in com.kingsrook.qqq.backend.core.actions.async with parameters of type AsyncJobStatusModifier and TypeMethodDescriptionvoid
AsyncJobCallback.setAsyncJobStatus
(AsyncJobStatus asyncJobStatus) Setter for asyncJobStatusConstructors in com.kingsrook.qqq.backend.core.actions.async with parameters of type AsyncJobStatusModifierConstructorDescriptionAsyncJobCallback
(UUID jobUUID, AsyncJobStatus asyncJobStatus) NonPersistedAsyncJobCallback
(UUID jobUUID, AsyncJobStatus asyncJobStatus)