Uses of Class
io.quarkus.devui.runtime.jsonrpc.JsonRpcMethodName
-
Packages that use JsonRpcMethodName Package Description io.quarkus.devui.runtime io.quarkus.devui.runtime.comms -
-
Uses of JsonRpcMethodName in io.quarkus.devui.runtime
Method parameters in io.quarkus.devui.runtime with type arguments of type JsonRpcMethodName Modifier and Type Method Description voidDevUIRecorder. createJsonRpcRouter(io.quarkus.arc.runtime.BeanContainer beanContainer, Map<String,Map<JsonRpcMethodName,JsonRpcMethod>> extensionMethodsMap) -
Uses of JsonRpcMethodName in io.quarkus.devui.runtime.comms
Method parameters in io.quarkus.devui.runtime.comms with type arguments of type JsonRpcMethodName Modifier and Type Method Description voidJsonRpcRouter. populateJsonRPCMethods(Map<String,Map<JsonRpcMethodName,JsonRpcMethod>> extensionMethodsMap)This gets called on build to build into of the classes we are going to call in runtime
-