Uses of Class
io.quarkus.funqy.runtime.FunctionInvoker
-
Packages that use FunctionInvoker Package Description io.quarkus.funqy.runtime -
-
Uses of FunctionInvoker in io.quarkus.funqy.runtime
Fields in io.quarkus.funqy.runtime with type parameters of type FunctionInvoker Modifier and Type Field Description protected Map<String,FunctionInvoker>FunctionRegistry. functionsMethods in io.quarkus.funqy.runtime that return FunctionInvoker Modifier and Type Method Description FunctionInvokerFunctionRegistry. matchInvoker(String name)Methods in io.quarkus.funqy.runtime that return types with arguments of type FunctionInvoker Modifier and Type Method Description Collection<FunctionInvoker>FunctionRegistry. invokers()
-