Package com.kingsrook.qqq.backend.core.actions.processes


package com.kingsrook.qqq.backend.core.actions.processes
  • Class
    Description
    Simple interface that Backend Steps (e.g., code within processes) must implement
    Action handler for running the cancel step of a qqq process
    When a process/function can't run because it's missing data, this interface defines how the core framework goes back to a middleware (and possibly to a frontend) to get the data.
    Constructor for commonly used QProcessCallback's
    Action handler for running backend steps as part of processes.
    Action handler for running q-processes (which are a sequence of q-steps).