Class InboundWebhookRestController

java.lang.Object
io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController

@RestController public class InboundWebhookRestController extends Object
  • Constructor Details

    • InboundWebhookRestController

      @Autowired public InboundWebhookRestController(WebhookConnectorRegistry webhookConnectorRegistry)
  • 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,String> params, jakarta.servlet.http.HttpServletRequest httpServletRequest) throws IOException
      Throws:
      IOException