Interface ExpressionProcessor.EvaluationContextLookup

All Known Implementing Classes:
VariableStateEvaluationContextLookup
Enclosing class:
ExpressionProcessor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ExpressionProcessor.EvaluationContextLookup
  • Method Summary

    Modifier and Type
    Method
    Description
    io.camunda.zeebe.el.EvaluationContext
    getContext(long scopeKey)
     
  • Method Details

    • getContext

      io.camunda.zeebe.el.EvaluationContext getContext(long scopeKey)