Class MathService

java.lang.Object
org.consensusj.jsonrpc.introspection.AbstractJsonRpcService
org.consensusj.jsonrpc.introspection.sample.MathService
All Implemented Interfaces:
JsonRpcServiceWrapper, JsonRpcService

public class MathService extends AbstractJsonRpcService
Simple service and command-line tool that contains a "math" JsonRpcService Allows testing method dispatch independent of any server code or framework (including compiling with Graal `native-image` and running as a native tool with SubstrateVM)