Class InstallStateFilter

    • Constructor Detail

      • InstallStateFilter

        public InstallStateFilter()
    • Method Detail

      • getNextInstallState

        public abstract InstallState getNextInstallState​(InstallState current,
                                                         jakarta.inject.Provider<InstallState> proceed)
        Determine the current or next install state, proceed with `return proceed.next()`