Class BuildPgoOptimizedNativeCommandHandler

java.lang.Object
io.quarkus.deployment.cmd.BuildPgoOptimizedNativeCommandHandler
All Implemented Interfaces:
BiConsumer<Object,io.quarkus.builder.BuildResult>

public class BuildPgoOptimizedNativeCommandHandler extends Object implements BiConsumer<Object,io.quarkus.builder.BuildResult>
Used by the build tool to consume the result of the PGO-optimized native image build
  • Constructor Details

    • BuildPgoOptimizedNativeCommandHandler

      public BuildPgoOptimizedNativeCommandHandler()
  • Method Details

    • accept

      public void accept(Object o, io.quarkus.builder.BuildResult buildResult)
      Specified by:
      accept in interface BiConsumer<Object,io.quarkus.builder.BuildResult>