Interface WebhookProcessor
-
public interface WebhookProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.hc.core5.http.ClassicHttpResponse
trigger(Webhook webhook, Map<String,String> params)
-
-
-
Method Detail
-
trigger
org.apache.hc.core5.http.ClassicHttpResponse trigger(Webhook webhook, Map<String,String> params) throws EngineException
- Throws:
EngineException
-
-