Class BuildTimeAction

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

@Deprecated public class BuildTimeAction extends Object
Deprecated.
- Rather use the Action Builder
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)
      Deprecated.
    • BuildTimeAction

      protected BuildTimeAction(String methodName, BiFunction<Object,Map<String,String>,T> assistantAction)
      Deprecated.
    • BuildTimeAction

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

    • getMethodName

      public String getMethodName()
      Deprecated.
    • getAction

      public Function<Map<String,String>,?> getAction()
      Deprecated.
    • hasAction

      public boolean hasAction()
      Deprecated.
    • getAssistantAction

      public BiFunction<Object,Map<String,String>,?> getAssistantAction()
      Deprecated.
    • hasAssistantAction

      public boolean hasAssistantAction()
      Deprecated.
    • getRuntimeValue

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

      public boolean hasRuntimeValue()
      Deprecated.