Class InboundWebhookRestController
java.lang.Object
io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController
-
Constructor Summary
ConstructorsConstructorDescriptionInboundWebhookRestController(WebhookConnectorRegistry webhookConnectorRegistry) -
Method Summary
-
Constructor Details
-
InboundWebhookRestController
-
-
Method Details
-
inbound
@RequestMapping(method={GET,POST,PUT,DELETE}, path="/inbound/{context}") public org.springframework.http.ResponseEntity<?> inbound(@PathVariable String context, @RequestHeader Map<String, String> headers, @RequestBody(required=false) byte[] bodyAsByteArray, @RequestParam Map<String, throws IOExceptionString> params, jakarta.servlet.http.HttpServletRequest httpServletRequest) - Throws:
IOException
-