Class InboundConnectorLifecycleConfiguration
java.lang.Object
io.camunda.connector.runtime.inbound.lifecycle.InboundConnectorLifecycleConfiguration
@Configuration
@Import(InboundConnectorRestController.class)
public class InboundConnectorLifecycleConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninboundConnectorManager(com.fasterxml.jackson.databind.ObjectMapper mapper, InboundConnectorFactory connectorFactory, InboundCorrelationHandler correlationHandler, ProcessDefinitionInspector processDefinitionInspector, ProcessDefinitionSearch processDefinitionSearch, SecretProviderAggregator secretProviderAggregator, io.camunda.connector.api.validation.ValidationProvider validationProvider, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder, WebhookConnectorRegistry webhookConnectorRegistry)
-
Constructor Details
-
InboundConnectorLifecycleConfiguration
public InboundConnectorLifecycleConfiguration()
-
-
Method Details
-
springInboundConnectorFactory
-
inboundConnectorManager
@Bean public InboundConnectorManager inboundConnectorManager(com.fasterxml.jackson.databind.ObjectMapper mapper, InboundConnectorFactory connectorFactory, InboundCorrelationHandler correlationHandler, ProcessDefinitionInspector processDefinitionInspector, ProcessDefinitionSearch processDefinitionSearch, SecretProviderAggregator secretProviderAggregator, @Autowired(required=false) io.camunda.connector.api.validation.ValidationProvider validationProvider, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder, @Autowired(required=false) WebhookConnectorRegistry webhookConnectorRegistry)
-