Package io.dapr

Annotation Type Rule

    • Required Element Summary

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

      • 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.