Class GetWebhookLogsServiceImpl
java.lang.Object
com.skava.marketplace.service.impl.GetWebhookLogsServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<WebhookLogsRequestInternal,
,Object> GetWebhookLogsService
-
Constructor Summary
ConstructorsConstructorDescriptionGetWebhookLogsServiceImpl
(GetWebhookLogsProcess getWebhookLogsProcess, AppMasterRepository appMasterRepository) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator
-
Constructor Details
-
GetWebhookLogsServiceImpl
@Autowired public GetWebhookLogsServiceImpl(GetWebhookLogsProcess getWebhookLogsProcess, AppMasterRepository appMasterRepository)
-
-
Method Details
-
process
@Audit public Object process(@AuditField(field="WebhookLogs Request") WebhookLogsRequestInternal request) - Specified by:
process
in interfacecom.skava.core.EcommService<WebhookLogsRequestInternal,
Object>
-