Package io.dapr.v1

Interface DaprAppCallbackProtos.TopicRoutesOrBuilder

    • Method Detail

      • getRulesCount

        int getRulesCount()
         The list of rules for this topic.
         
        repeated .dapr.proto.runtime.v1.TopicRule rules = 1;
      • getDefault

        String getDefault()
         The default path for this topic.
         
        string default = 2;
        Returns:
        The default.
      • getDefaultBytes

        com.google.protobuf.ByteString getDefaultBytes()
         The default path for this topic.
         
        string default = 2;
        Returns:
        The bytes for default.