Class Plugin.Engine.Dispatcher.ForParallelTransformation.Factory

java.lang.Object
net.bytebuddy.build.Plugin.Engine.Dispatcher.ForParallelTransformation.Factory
All Implemented Interfaces:
Plugin.Engine.Dispatcher.Factory
Enclosing class:
Plugin.Engine.Dispatcher.ForParallelTransformation

@Enhance public static class Plugin.Engine.Dispatcher.ForParallelTransformation.Factory extends Object implements Plugin.Engine.Dispatcher.Factory
A factory for a dispatcher that uses a given executor service for parallel dispatching.
  • Field Details

    • executor

      private final Executor executor
      The executor to use.
  • Constructor Details

    • Factory

      public Factory(Executor executor)
      Creates a new dispatcher factory for parallel dispatching using the supplied executor.
      Parameters:
      executor - The executor to use.
  • Method Details