Class CallOnInitMethod
- java.lang.Object
-
- jrpc.clightning.plugins.interceptor.CallOnInitMethod
-
- All Implemented Interfaces:
Interceptor
public class CallOnInitMethod extends java.lang.Object implements Interceptor
-
-
Constructor Summary
Constructors Constructor Description CallOnInitMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction(java.lang.String methodName, CLightningPlugin plugin, CLightningJsonObject request, CLightningJsonObject response)
-
-
-
Method Detail
-
doAction
public void doAction(java.lang.String methodName, CLightningPlugin plugin, CLightningJsonObject request, CLightningJsonObject response)
- Specified by:
doAction
in interfaceInterceptor
-
-