Class BuildEnhancedAotContainerImageCommandHandler

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

public class BuildEnhancedAotContainerImageCommandHandler extends Object implements BiConsumer<Object,io.quarkus.builder.BuildResult>
Used by the build tool to consume the result of the Quarkus augmentation with the AOT file data
  • Constructor Details

    • BuildEnhancedAotContainerImageCommandHandler

      public BuildEnhancedAotContainerImageCommandHandler()
  • Method Details

    • accept

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