Uses of Class
io.camunda.connector.runtime.inbound.registry.InboundConnectorRegistry
Packages that use InboundConnectorRegistry
Package
Description
-
Uses of InboundConnectorRegistry in io.camunda.connector.runtime.inbound.importer
Constructors in io.camunda.connector.runtime.inbound.importer with parameters of type InboundConnectorRegistryModifierConstructorDescriptionProcessDefinitionImporter(InboundConnectorRegistry registry, io.camunda.operate.CamundaOperateClient camundaOperateClient) -
Uses of InboundConnectorRegistry in io.camunda.connector.runtime.inbound.webhook
Constructors in io.camunda.connector.runtime.inbound.webhook with parameters of type InboundConnectorRegistryModifierConstructorDescriptionInboundWebhookRestController(InboundConnectorRegistry registry, io.camunda.connector.api.inbound.InboundConnectorContext connectorContext, io.camunda.zeebe.client.ZeebeClient zeebeClient, io.camunda.connector.runtime.util.feel.FeelEngineWrapper feelEngine, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder)