JSON RPC server
OperationsConstructor
New(funcs:Hash<String,Func2Ref<JsonElement,JsonElement>>)
Name | Type | Description |
---|---|---|
funcs | Hash<String,Func2Ref<JsonElement,JsonElement>> | collection of named function calls |
Start the server to accept requests
method : public : Process() ~ Nil