Class IsRemoteDevClient

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

public class IsRemoteDevClient extends Object implements BooleanSupplier
boolean supplier that returns true if the application is the local side of remote dev mode. Intended for use with BuildStep.onlyIf()
  • Constructor Details

    • IsRemoteDevClient

      public IsRemoteDevClient(DevModeType devModeType)
  • Method Details