Class IsNormal

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

@Deprecated(since="3.25") public class IsNormal extends Object implements BooleanSupplier
Deprecated.
This class was marked as deprecated to raise awareness that the semantic you want is probably provided by IsProduction. If you actually need this specific supplier, please open an issue so that we undeprecate it.
boolean supplier that returns true if the application is running in normal mode. Intended for use with BuildStep.onlyIf()
  • Constructor Details

    • IsNormal

      public IsNormal(io.quarkus.runtime.LaunchMode launchMode)
      Deprecated.
  • Method Details