Class RecordedJsonRpcMethod

java.lang.Object
io.quarkus.devui.spi.buildtime.jsonrpc.AbstractJsonRpcMethod
io.quarkus.devui.spi.buildtime.jsonrpc.RecordedJsonRpcMethod

public final class RecordedJsonRpcMethod extends AbstractJsonRpcMethod
Recorded json-rpc methods. Here we need to know the recorded value
  • Constructor Details

    • RecordedJsonRpcMethod

      public RecordedJsonRpcMethod()
    • RecordedJsonRpcMethod

      public RecordedJsonRpcMethod(String methodName, String description, EnumSet<io.quarkus.runtime.annotations.Usage> usage, boolean mcpEnabledByDefault, io.quarkus.runtime.RuntimeValue runtimeValue)
  • Method Details

    • getRuntimeValue

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

      public void setRuntimeValue(io.quarkus.runtime.RuntimeValue runtimeValue)