Class RuleMetadata

java.lang.Object
io.dapr.client.domain.RuleMetadata

public final class RuleMetadata extends Object
RuleMetadata describes the Subscription Rule's Metadata.
  • Constructor Details

    • RuleMetadata

      public RuleMetadata(String match, String path)
      Constructor for a RuleMetadata.
      Parameters:
      match - CEL expression to match the message
      path - path to route the message
  • Method Details

    • getMatch

      public String getMatch()
    • getPath

      public String getPath()