Class Plugin.Engine.Dispatcher.ForParallelTransformation

    • Constructor Detail

      • ForParallelTransformation

        protected ForParallelTransformation​(Executor executor,
                                            Plugin.Engine.Target.Sink sink,
                                            List<TypeDescription> transformed,
                                            Map<TypeDescription,​List<Throwable>> failed,
                                            List<String> unresolved)
        Creates a new dispatcher that applies transformations in parallel.
        Parameters:
        executor - The executor to delegate any work to.
        sink - The target sink.
        transformed - A list of all types that are transformed.
        failed - A mapping of all types that failed during transformation to the exceptions that explain the failure.
        unresolved - A list of type names that could not be resolved.