public interface PrePlugin
| Modifier and Type | Method and Description |
|---|---|
void |
runPrePlugin(PluginContext ctx, java.lang.String reqBodyJSON, java.lang.String pluginCfgJSON)
The function to invoke pre-plugin
|
void runPrePlugin(PluginContext ctx, java.lang.String reqBodyJSON, java.lang.String pluginCfgJSON)
ctx - The PluginContext object which has plugin invocation detailsreqBodyJSON - The request JSON body which is passed from OPAM serverpluginCfgJSON - The plugin cofiguration information in JSON formatPluginContext