Package com.kingsrook.qqq.backend.core.actions
package com.kingsrook.qqq.backend.core.actions
-
ClassesClassDescriptionBase class for QQQ Actions (both framework and application defined) that have a signature like a BiConsumer - taking both Input and Output objects as parameters, with void output.Base class for QQQ Actions (both framework and application defined) that have a signature like a Function - taking an Input object as a parameter, and returning an Output object.Utility methods to be shared by all of the various Actions (e.g., InsertAction)Container wherein backend modules can track data and/or objects that are part of a transaction.