Uses of Interface
org.jboss.elemento.flow.Progress
-
-
Uses of Progress in org.jboss.elemento.flow
Fields in org.jboss.elemento.flow declared as Progress Modifier and Type Field Description static ProgressProgress. NOOPNoop progress indicator that does nothing.Methods in org.jboss.elemento.flow that return Progress Modifier and Type Method Description ProgressFlowContext. progress()Returns the progress indicator for the execution of the tasks.Constructors in org.jboss.elemento.flow with parameters of type Progress Constructor Description FlowContext(Progress progress)Creates a new instance using the given progress indicator.
-