Class IsNormalNotRemoteDev

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

public class IsNormalNotRemoteDev extends Object implements BooleanSupplier
boolean supplier that returns true if the application is running in normal mode, but is not a remote dev client. Intended for use with BuildStep.onlyIf()
  • Constructor Details

    • IsNormalNotRemoteDev

      public IsNormalNotRemoteDev(io.quarkus.runtime.LaunchMode launchMode, io.quarkus.dev.spi.DevModeType devModeType)
  • Method Details