Uses of Interface
io.quarkus.bootstrap.resolver.maven.ModelResolutionTaskRunner
Packages that use ModelResolutionTaskRunner
-
Uses of ModelResolutionTaskRunner in io.quarkus.bootstrap.resolver.maven
Methods in io.quarkus.bootstrap.resolver.maven that return ModelResolutionTaskRunnerModifier and TypeMethodDescriptionstatic ModelResolutionTaskRunnerModelResolutionTaskRunner.getBlockingTaskRunner()Deprecated, for removal: This API element is subject to removal in a future version.static ModelResolutionTaskRunnerModelResolutionTaskRunner.getBlockingTaskRunner(ModelResolutionTaskErrorHandler errorHandler) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofModelResolutionTaskRunnerFactory.getBlockingTaskRunner(ModelResolutionTaskErrorHandler)Returns an instance of a blocking task runner with a custom error handler.static ModelResolutionTaskRunnerModelResolutionTaskRunnerFactory.getBlockingTaskRunner()Returns an instance of a blocking task runner with no error handler.static ModelResolutionTaskRunnerModelResolutionTaskRunnerFactory.getBlockingTaskRunner(ModelResolutionTaskErrorHandler errorHandler) Returns an instance of a blocking task runner with a custom error handler.static ModelResolutionTaskRunnerModelResolutionTaskRunner.getNonBlockingTaskRunner()Deprecated, for removal: This API element is subject to removal in a future version.in favor ofModelResolutionTaskRunnerFactory.getNonBlockingTaskRunner()Returns an instance of a non-blocking task runner with an error handler that collects all task execution errors and throws a single error when all the tasks have finished.static ModelResolutionTaskRunnerModelResolutionTaskRunner.getNonBlockingTaskRunner(ModelResolutionTaskErrorHandler errorHandler) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofModelResolutionTaskRunnerFactory.getNonBlockingTaskRunner(ModelResolutionTaskErrorHandler)Returns an instance of a non-blocking task runner with a custom error handler.static ModelResolutionTaskRunnerModelResolutionTaskRunnerFactory.getNonBlockingTaskRunner()Returns an instance of a non-blocking task runner with an error handler that collects all task execution errors and throws a single error when all the tasks have finished.static ModelResolutionTaskRunnerModelResolutionTaskRunnerFactory.getNonBlockingTaskRunner(ModelResolutionTaskErrorHandler errorHandler) Returns an instance of a non-blocking task runner with a custom error handler.static ModelResolutionTaskRunnerModelResolutionTaskRunnerFactory.newTaskRunner()New instance ofModelResolutionTaskRunner.
ModelResolutionTaskRunnerFactory.getBlockingTaskRunner()Returns an instance of a blocking task runner with no error handler.