Interface WebhookService

All Superinterfaces:
PluginService

public interface WebhookService extends PluginService

UserService interface.

Since:
2.4.0
Author:
Logicommerce
  • Method Summary

    Modifier and Type
    Method
    Description
    process(RequestParams requestParams)
    process.
    boolean
    shouldHandle(RequestParams requestParams)
    shouldHandle, for a given request, this method return true if the plugin should handle the request.