Interface HookProcessor

All Known Implementing Classes:
ElasticSearchHookProcessor, MessageGatewayHookProcessor, TwilioHookProcessor, WebHookProcessor

public interface HookProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(Hook hook, String payload, String entityName, String actionName, org.apache.fineract.infrastructure.core.domain.FineractContext context)
     
  • Method Details

    • process

      void process(Hook hook, String payload, String entityName, String actionName, org.apache.fineract.infrastructure.core.domain.FineractContext context) throws Exception
      Throws:
      Exception