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 void
doRun(ICLightningPlugin plugin, CLightningJsonObject request, CLightningJsonObject response)
java.lang.String
getDescription()
java.lang.String
getLongDescription()
java.lang.String
getName()
RPCMethodType
getType()
java.lang.String
getUsage()
-
-
-
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()
-
-