Class NonPersistedAsyncJobCallback
java.lang.Object
com.kingsrook.qqq.backend.core.actions.async.AsyncJobCallback
com.kingsrook.qqq.backend.core.actions.async.NonPersistedAsyncJobCallback
subclass designed to be used when we want there to be an instance (so code
doesn't have to all be null-tolerant), but there's no one who will ever be
reading the status data, so we don't need to store the object in a
state provider.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.kingsrook.qqq.backend.core.actions.async.AsyncJobCallback
clearCurrentAndTotal, incrementCurrent, incrementCurrent, setAsyncJobStatus, updateStatus, updateStatus, updateStatus, updateStatusOnlyUpwards, wasCancelRequested
-
Constructor Details
-
NonPersistedAsyncJobCallback
-
-
Method Details
-
storeUpdatedStatus
protected void storeUpdatedStatus()- Overrides:
storeUpdatedStatus
in classAsyncJobCallback
-