Class NonPersistedAsyncJobCallback

java.lang.Object
com.kingsrook.qqq.backend.core.actions.async.AsyncJobCallback
com.kingsrook.qqq.backend.core.actions.async.NonPersistedAsyncJobCallback

public class NonPersistedAsyncJobCallback extends AsyncJobCallback
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 Details

    • NonPersistedAsyncJobCallback

      public NonPersistedAsyncJobCallback(UUID jobUUID, AsyncJobStatus asyncJobStatus)
  • Method Details