Class Plugin.Engine.Dispatcher.ForParallelTransformation.WithThrowawayExecutorService.Factory

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

@Enhance public static class Plugin.Engine.Dispatcher.ForParallelTransformation.WithThrowawayExecutorService.Factory extends Object implements Plugin.Engine.Dispatcher.Factory
A factory for a parallel executor service that creates a new executor service on each plugin engine application.
  • Field Details

    • threads

      private final int threads
      The amount of threads to create in the throw-away executor service.
  • Constructor Details

    • Factory

      public Factory(int threads)
      Creates a new factory.
      Parameters:
      threads - The amount of threads to create in the throw-away executor service.
  • Method Details