java.lang.Object
org.apache.fineract.infrastructure.hooks.processor.WebHookProcessor
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WebHookProcessor
public WebHookProcessor()
-
Method Details
-
process
public void process(Hook hook,
String payload,
String entityName,
String actionName,
org.apache.fineract.infrastructure.core.domain.FineractContext context)
- Specified by:
process in interface HookProcessor