Uses of Class
io.quarkus.devui.runtime.jsonrpc.JsonRpcMethodName
Packages that use JsonRpcMethodName
-
Uses of JsonRpcMethodName in io.quarkus.devui.runtime
Method parameters in io.quarkus.devui.runtime with type arguments of type JsonRpcMethodNameModifier and TypeMethodDescriptionvoidDevUIRecorder.createJsonRpcRouter(io.quarkus.arc.runtime.BeanContainer beanContainer, Map<String, Map<JsonRpcMethodName, JsonRpcMethod>> extensionMethodsMap, List<String> deploymentMethods) -
Uses of JsonRpcMethodName in io.quarkus.devui.runtime.comms
Method parameters in io.quarkus.devui.runtime.comms with type arguments of type JsonRpcMethodNameModifier and TypeMethodDescriptionvoidJsonRpcRouter.populateJsonRPCRuntimeMethods(Map<String, Map<JsonRpcMethodName, JsonRpcMethod>> extensionMethodsMap) This gets called on build to build into of the classes we are going to call in runtime