Class InboundCorrelationHandler
java.lang.Object
io.camunda.connector.runtime.util.inbound.correlation.InboundCorrelationHandler
Component responsible for calling Zeebe to report an inbound event
-
Constructor Summary
ConstructorsConstructorDescriptionInboundCorrelationHandler(io.camunda.zeebe.client.ZeebeClient zeebeClient, FeelEngineWrapper feelEngine) -
Method Summary
Modifier and TypeMethodDescriptioncorrelate(InboundConnectorProperties properties, Object variables)
-
Constructor Details
-
InboundCorrelationHandler
public InboundCorrelationHandler(io.camunda.zeebe.client.ZeebeClient zeebeClient, FeelEngineWrapper feelEngine)
-
-
Method Details
-
correlate
-