Class JsonRpcController

java.lang.Object
org.consensusj.jsonrpc.daemon.JsonRpcController

@Controller("/") public class JsonRpcController extends Object
Create a REST endpoint from a JsonRpcService Here we're using Micronaut annotations to wrap the JsonRpcService in an HTTP environment and to serialize JSON to and from Java POJOs.