Class BuildTimeAction

java.lang.Object
io.quarkus.devui.spi.buildtime.BuildTimeAction

public class BuildTimeAction extends Object
Define a action that can be executed against the deployment classpath in runtime This means a call will still be make with Json-RPC to the backend, but fall through to this action
  • Constructor Details

    • BuildTimeAction

      protected BuildTimeAction(String methodName, Function<Map<String,String>,T> action)
    • BuildTimeAction

      protected BuildTimeAction(String methodName, io.quarkus.runtime.RuntimeValue runtimeValue)
  • Method Details

    • getMethodName

      public String getMethodName()
    • getAction

      public Function<Map<String,String>,?> getAction()
    • getRuntimeValue

      public io.quarkus.runtime.RuntimeValue getRuntimeValue()
    • hasRuntimeValue

      public boolean hasRuntimeValue()