Class InboundConnectorRestController
java.lang.Object
io.camunda.connector.runtime.inbound.lifecycle.InboundConnectorRestController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActiveInboundConnectors(String bpmnProcessId, String elementId, String type)
-
Constructor Details
-
InboundConnectorRestController
-
-
Method Details
-
getActiveInboundConnectors
@GetMapping("/inbound") public List<ActiveInboundConnectorResponse> getActiveInboundConnectors(@RequestParam(required=false) String bpmnProcessId, @RequestParam(required=false) String elementId, @RequestParam(required=false) String type)
-