Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionsince 3.19.0since 3.19.0in favor of
ModelResolutionTaskRunnerFactory.getBlockingTaskRunner()Returns an instance of a blocking task runner with no error handler. Exceptions thrown from tasks will be immediately propagated to the caller.in favor ofModelResolutionTaskRunnerFactory.getBlockingTaskRunner(ModelResolutionTaskErrorHandler)Returns an instance of a blocking task runner with a custom error handler.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.in favor ofModelResolutionTaskRunnerFactory.getNonBlockingTaskRunner(ModelResolutionTaskErrorHandler)Returns an instance of a non-blocking task runner with a custom error handler.
-
Deprecated ClassesClassDescriptionsince 3.19.0since 3.19.0
-
Deprecated MethodsMethodDescriptionin favor of
ModelResolutionTaskRunnerFactory.getBlockingTaskRunner()Returns an instance of a blocking task runner with no error handler. Exceptions thrown from tasks will be immediately propagated to the caller.in favor ofModelResolutionTaskRunnerFactory.getBlockingTaskRunner(ModelResolutionTaskErrorHandler)Returns an instance of a blocking task runner with a custom error handler.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.in favor ofModelResolutionTaskRunnerFactory.getNonBlockingTaskRunner(ModelResolutionTaskErrorHandler)Returns an instance of a non-blocking task runner with a custom error handler.