Class MeteredInboundCorrelationHandler
java.lang.Object
io.camunda.connector.runtime.core.inbound.correlation.InboundCorrelationHandler
io.camunda.connector.runtime.inbound.lifecycle.MeteredInboundCorrelationHandler
-
Constructor Summary
ConstructorsConstructorDescriptionMeteredInboundCorrelationHandler(io.camunda.zeebe.client.ZeebeClient zeebeClient, io.camunda.connector.feel.FeelEngineWrapper feelEngine, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder) -
Method Summary
Modifier and TypeMethodDescriptionio.camunda.connector.api.inbound.InboundConnectorResult<?>correlate(InboundConnectorDefinitionImpl definition, Object variables) protected booleanisActivationConditionMet(InboundConnectorDefinitionImpl def, Object context) Methods inherited from class io.camunda.connector.runtime.core.inbound.correlation.InboundCorrelationHandler
extractCorrelationKey, extractVariables, triggerMessage, triggerStartEvent
-
Constructor Details
-
MeteredInboundCorrelationHandler
public MeteredInboundCorrelationHandler(io.camunda.zeebe.client.ZeebeClient zeebeClient, io.camunda.connector.feel.FeelEngineWrapper feelEngine, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder)
-
-
Method Details
-
isActivationConditionMet
- Overrides:
isActivationConditionMetin classInboundCorrelationHandler
-
correlate
public io.camunda.connector.api.inbound.InboundConnectorResult<?> correlate(InboundConnectorDefinitionImpl definition, Object variables) - Overrides:
correlatein classInboundCorrelationHandler
-