Class SubscriptionSpecRoutesRules.Builder

    • Method Detail

      • match

        public SubscriptionSpecRoutesRules.Builder match​(@NonNull
                                                         @NonNull java.lang.String match)
        The optional CEL expression used to match the event. If the match is not specified, then the route is considered the default. The rules are tested in the order specified, so they should be define from most-to-least specific. The default route should appear last in the list.
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object