Class IsNormal

java.lang.Object
io.quarkus.deployment.IsNormal
All Implemented Interfaces:
BooleanSupplier

public class IsNormal extends Object implements BooleanSupplier
boolean supplier that returns true if the application is running in normal mode. Intended for use with BuildStep.onlyIf()
  • Constructor Details

    • IsNormal

      public IsNormal(LaunchMode launchMode)
  • Method Details