Class InitMethod
- java.lang.Object
-
- jrpc.clightning.plugins.rpcmethods.AbstractRPCMethod
-
- jrpc.clightning.plugins.rpcmethods.init.InitMethod
-
- All Implemented Interfaces:
ICLightningRPCMethod
public class InitMethod extends AbstractRPCMethod
-
-
Field Summary
-
Fields inherited from class jrpc.clightning.plugins.rpcmethods.AbstractRPCMethod
description, longDescription, name, usage
-
-
Constructor Summary
Constructors Constructor Description InitMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doRun(ICLightningPlugin plugin, CLightningJsonObject request, CLightningJsonObject response)
-
Methods inherited from class jrpc.clightning.plugins.rpcmethods.AbstractRPCMethod
getDescription, getLongDescription, getName, getType, getUsage, toString
-
-
-
-
Method Detail
-
doRun
public void doRun(ICLightningPlugin plugin, CLightningJsonObject request, CLightningJsonObject response)
-
-