Class WebhookCallable
- java.lang.Object
-
- io.jans.ca.plugin.adminui.service.webhook.WebhookCallable
-
- All Implemented Interfaces:
Callable<GenericResponse>
public class WebhookCallable extends Object implements Callable<GenericResponse>
-
-
Constructor Summary
Constructors Constructor Description WebhookCallable(WebhookEntry webhook, org.slf4j.Logger log)
-
-
-
Constructor Detail
-
WebhookCallable
public WebhookCallable(WebhookEntry webhook, org.slf4j.Logger log)
-
-
Method Detail
-
call
public GenericResponse call() throws ApplicationException
- Specified by:
call
in interfaceCallable<GenericResponse>
- Throws:
ApplicationException
-
-