Package io.dapr

Annotation Interface Rule


  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The Common Expression Language (CEL) expression to use to match the incoming cloud event.
    int
    Priority of the rule used for ordering.
  • Element Details

    • match

      String match
      The Common Expression Language (CEL) expression to use to match the incoming cloud event. Examples.
      Returns:
      the CEL expression.
    • priority

      int priority
      Priority of the rule used for ordering. Lowest numbers have higher priority.
      Returns:
      the rule's priority.