Uses of Class
io.quarkus.devui.runtime.jsonrpc.JsonRpcMethod
Packages that use JsonRpcMethod
Package
Description
-
Uses of JsonRpcMethod in io.quarkus.devui.runtime
Method parameters in io.quarkus.devui.runtime with type arguments of type JsonRpcMethodModifier and TypeMethodDescriptionvoidDevUIRecorder.createJsonRpcRouter(io.quarkus.arc.runtime.BeanContainer beanContainer, Map<String, JsonRpcMethod> runtimeMethods, Map<String, JsonRpcMethod> runtimeSubscriptions, Map<String, JsonRpcMethod> deploymentMethods, Map<String, JsonRpcMethod> deploymentSubscriptions, Map<String, JsonRpcMethod> recordedMethods, Map<String, JsonRpcMethod> recordedSubscriptions) -
Uses of JsonRpcMethod in io.quarkus.devui.runtime.comms
Methods in io.quarkus.devui.runtime.comms that return types with arguments of type JsonRpcMethodModifier and TypeMethodDescriptionJsonRpcRouter.getDeploymentMethodsMap()JsonRpcRouter.getDeploymentSubscriptionsMap()JsonRpcRouter.getRecordedMethodsMap()JsonRpcRouter.getRecordedSubscriptionsMap()JsonRpcRouter.getRuntimeMethodsMap()JsonRpcRouter.getRuntimeSubscriptionMap()Method parameters in io.quarkus.devui.runtime.comms with type arguments of type JsonRpcMethodModifier and TypeMethodDescriptionvoidJsonRpcRouter.populateJsonRpcEndpoints(Map<String, JsonRpcMethod> runtimeMethods, Map<String, JsonRpcMethod> runtimeSubscriptions, Map<String, JsonRpcMethod> deploymentMethods, Map<String, JsonRpcMethod> deploymentSubscriptions, Map<String, JsonRpcMethod> recordedMethods, Map<String, JsonRpcMethod> recordedSubscriptions) This gets populated at build time so the the routes knows all json-rpc endpoints. -
Uses of JsonRpcMethod in io.quarkus.devui.runtime.mcp
Methods in io.quarkus.devui.runtime.mcp with parameters of type JsonRpcMethodModifier and TypeMethodDescriptionbooleanMcpDevUIJsonRpcService.isEnabled(JsonRpcMethod method, Filter filter)