Interface ICLightningRPCMethod
-
- All Known Implementing Classes:
AbstractRPCMethod,InitMethod,ManifestMethod,RPCMethodReflection
public interface ICLightningRPCMethod
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoRun(ICLightningPlugin plugin, CLightningJsonObject request, CLightningJsonObject response)java.lang.StringgetDescription()java.lang.StringgetLongDescription()java.lang.StringgetName()RPCMethodTypegetType()java.lang.StringgetUsage()
-
-
-
Method Detail
-
doRun
void doRun(ICLightningPlugin plugin, CLightningJsonObject request, CLightningJsonObject response) throws CLightningException
- Throws:
CLightningException
-
getName
java.lang.String getName()
-
getUsage
java.lang.String getUsage()
-
getDescription
java.lang.String getDescription()
-
getLongDescription
java.lang.String getLongDescription()
-
getType
RPCMethodType getType()
-
-