Class DeployCommandHandler

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

public class DeployCommandHandler extends Object implements BiConsumer<Object,io.quarkus.builder.BuildResult>
  • Constructor Details

    • DeployCommandHandler

      public DeployCommandHandler()
  • Method Details

    • accept

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