Class InboundConnectorRegistry
java.lang.Object
io.camunda.connector.runtime.inbound.registry.InboundConnectorRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsContextPath(String context) getWebhookConnectorByContextPath(String context) voidmarkProcessDefinitionChecked(long processDefinitionKey, String bpmnProcessId, Integer version) booleanprocessDefinitionChecked(long processDefinitionKey) voidvoidregisterWebhookConnector(InboundConnectorProperties properties) voidreset()Reset registry and forget about all connectors, especially useful in tests when the context needs to get clearedvoid
-
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
-
registerWebhookConnector
-
rewireWebhookEndpoints
public void rewireWebhookEndpoints() -
containsContextPath
-
getWebhookConnectorByContextPath
-
registerOtherInboundConnector
-