Class MeteredInboundCorrelationHandler
java.lang.Object
io.camunda.connector.runtime.core.inbound.correlation.InboundCorrelationHandler
io.camunda.connector.runtime.inbound.MeteredInboundCorrelationHandler
-
Constructor Summary
ConstructorsConstructorDescriptionMeteredInboundCorrelationHandler(io.camunda.zeebe.client.ZeebeClient zeebeClient, io.camunda.connector.feel.FeelEngineWrapper feelEngine, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder, ProcessElementContextFactory contextFactory, Duration messageTtl) -
Method Summary
Modifier and TypeMethodDescriptionio.camunda.connector.api.inbound.CorrelationResultcorrelate(List<InboundConnectorElement> elementList, Object variables) protected booleanisActivationConditionMet(InboundConnectorElement def, Object context) Methods inherited from class io.camunda.connector.runtime.core.inbound.correlation.InboundCorrelationHandler
correlate, correlateInternal, extractCorrelationKey, extractMessageId, extractVariables, triggerMessage, triggerMessageStartEvent, 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, ProcessElementContextFactory contextFactory, Duration messageTtl)
-
-
Method Details
-
isActivationConditionMet
- Overrides:
isActivationConditionMetin classInboundCorrelationHandler
-
correlate
public io.camunda.connector.api.inbound.CorrelationResult correlate(List<InboundConnectorElement> elementList, Object variables) - Overrides:
correlatein classInboundCorrelationHandler
-