Class RecordedJsonRpcMethod
java.lang.Object
io.quarkus.devui.spi.buildtime.jsonrpc.AbstractJsonRpcMethod
io.quarkus.devui.spi.buildtime.jsonrpc.RecordedJsonRpcMethod
Recorded json-rpc methods. Here we need to know the recorded value
-
Nested Class Summary
Nested classes/interfaces inherited from class io.quarkus.devui.spi.buildtime.jsonrpc.AbstractJsonRpcMethod
AbstractJsonRpcMethod.Parameter -
Constructor Summary
ConstructorsConstructorDescriptionRecordedJsonRpcMethod(String methodName, String description, EnumSet<io.quarkus.runtime.annotations.Usage> usage, boolean mcpEnabledByDefault, io.quarkus.runtime.RuntimeValue runtimeValue) -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValuevoidsetRuntimeValue(io.quarkus.runtime.RuntimeValue runtimeValue) Methods inherited from class io.quarkus.devui.spi.buildtime.jsonrpc.AbstractJsonRpcMethod
addParameter, addParameter, addParameter, addParameter, getDescription, getMethodName, getParameters, getUsage, hasParameters, isMcpEnabledByDefault, setDescription, setMcpEnabledByDefault, setMethodName, setParameters, setUsage
-
Constructor Details
-
RecordedJsonRpcMethod
public RecordedJsonRpcMethod() -
RecordedJsonRpcMethod
-
-
Method Details
-
getRuntimeValue
public io.quarkus.runtime.RuntimeValue getRuntimeValue() -
setRuntimeValue
public void setRuntimeValue(io.quarkus.runtime.RuntimeValue runtimeValue)
-