Package io.quarkus.deployment
Class IsNormal
java.lang.Object
io.quarkus.deployment.IsNormal
- All Implemented Interfaces:
BooleanSupplier
Deprecated.
boolean supplier that returns true if the application is running in normal
mode. Intended for use with
BuildStep.onlyIf()-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsNormal
public IsNormal(io.quarkus.runtime.LaunchMode launchMode) Deprecated.
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()Deprecated.- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
IsProduction. If you actually need this specific supplier, please open an issue so that we undeprecate it.