Class InboundConnectorRuntimeConfiguration
java.lang.Object
io.camunda.connector.runtime.inbound.InboundConnectorRuntimeConfiguration
@Configuration
@Import({InboundConnectorLifecycleConfiguration.class,ProcessDefinitionImportConfiguration.class})
public class InboundConnectorRuntimeConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninboundConnectorAnnotationProcessor(InboundConnectorFactory inboundConnectorFactory, org.springframework.beans.factory.config.ConfigurableBeanFactory configurableBeanFactory) inboundCorrelationHandler(io.camunda.zeebe.client.ZeebeClient zeebeClient, io.camunda.connector.feel.FeelEngineWrapper feelEngine, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder)
-
Constructor Details
-
InboundConnectorRuntimeConfiguration
public InboundConnectorRuntimeConfiguration()
-
-
Method Details
-
inboundCorrelationHandler
@Bean public InboundCorrelationHandler inboundCorrelationHandler(io.camunda.zeebe.client.ZeebeClient zeebeClient, io.camunda.connector.feel.FeelEngineWrapper feelEngine, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder) -
inboundConnectorAnnotationProcessor
@Bean public InboundConnectorAnnotationProcessor inboundConnectorAnnotationProcessor(InboundConnectorFactory inboundConnectorFactory, org.springframework.beans.factory.config.ConfigurableBeanFactory configurableBeanFactory)
-