Class InboundConnectorRegistry

java.lang.Object
io.camunda.connector.runtime.inbound.registry.InboundConnectorRegistry

@Service public class InboundConnectorRegistry extends Object
  • Constructor Details

    • InboundConnectorRegistry

      public InboundConnectorRegistry()
  • Method Details

    • reset

      public void reset()
      Reset registry and forget about all connectors, especially useful in tests when the context needs to get cleared
    • processDefinitionChecked

      public boolean processDefinitionChecked(long processDefinitionKey)
    • markProcessDefinitionChecked

      public void markProcessDefinitionChecked(long processDefinitionKey, String bpmnProcessId, Integer version)
    • registerWebhookConnector

      public void registerWebhookConnector(InboundConnectorProperties properties)
    • rewireWebhookEndpoints

      public void rewireWebhookEndpoints()
    • containsContextPath

      public boolean containsContextPath(String context)
    • getWebhookConnectorByContextPath

      public Collection<WebhookConnectorProperties> getWebhookConnectorByContextPath(String context)
    • registerOtherInboundConnector

      public void registerOtherInboundConnector(InboundConnectorProperties properties)