Class BackendStepPostRunOutput

java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionOutput
com.kingsrook.qqq.backend.core.model.actions.processes.RunBackendStepOutput
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.BackendStepPostRunOutput
All Implemented Interfaces:
Serializable

public class BackendStepPostRunOutput extends RunBackendStepOutput
Subclass of RunBackendStepOutput, meant for use in the pseudo-steps used by the Streamed-ETL-with-frontend processes - where the Record list is not the full process's record list - rather - is just a preview of the records - e.g., the first n.
See Also: