Interface Interceptor
-
- All Known Implementing Classes:
CallOnInitMethod
,MappingCmdOptions
public interface Interceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doAction(java.lang.String methodName, CLightningPlugin plugin, CLightningJsonObject request, CLightningJsonObject response)
-
-
-
Method Detail
-
doAction
void doAction(java.lang.String methodName, CLightningPlugin plugin, CLightningJsonObject request, CLightningJsonObject response)
-
-