Package io.dapr.v1

Interface DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder

    • Method Detail

      • getId

        String getId()
         Unique identifier for the bulk request.
         
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Unique identifier for the bulk request.
         
        string id = 1;
        Returns:
        The bytes for id.
      • getEntriesCount

        int getEntriesCount()
         The list of items inside this bulk request.
         
        repeated .dapr.proto.runtime.v1.TopicEventBulkRequestEntry entries = 2;
      • getMetadataCount

        int getMetadataCount()
         The metadata associated with the this bulk request.
         
        map<string, string> metadata = 3;
      • containsMetadata

        boolean containsMetadata​(String key)
         The metadata associated with the this bulk request.
         
        map<string, string> metadata = 3;
      • getMetadataMap

        Map<String,​String> getMetadataMap()
         The metadata associated with the this bulk request.
         
        map<string, string> metadata = 3;
      • getMetadataOrDefault

        String getMetadataOrDefault​(String key,
                                    String defaultValue)
         The metadata associated with the this bulk request.
         
        map<string, string> metadata = 3;
      • getMetadataOrThrow

        String getMetadataOrThrow​(String key)
         The metadata associated with the this bulk request.
         
        map<string, string> metadata = 3;
      • getTopic

        String getTopic()
         The pubsub topic which publisher sent to.
         
        string topic = 4;
        Returns:
        The topic.
      • getTopicBytes

        com.google.protobuf.ByteString getTopicBytes()
         The pubsub topic which publisher sent to.
         
        string topic = 4;
        Returns:
        The bytes for topic.
      • getPubsubName

        String getPubsubName()
         The name of the pubsub the publisher sent to.
         
        string pubsub_name = 5;
        Returns:
        The pubsubName.
      • getPubsubNameBytes

        com.google.protobuf.ByteString getPubsubNameBytes()
         The name of the pubsub the publisher sent to.
         
        string pubsub_name = 5;
        Returns:
        The bytes for pubsubName.
      • getType

        String getType()
         The type of event related to the originating occurrence. 
         
        string type = 6;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
         The type of event related to the originating occurrence. 
         
        string type = 6;
        Returns:
        The bytes for type.
      • getPath

        String getPath()
         The matching path from TopicSubscription/routes (if specified) for this event.
         This value is used by OnTopicEvent to "switch" inside the handler.
         
        string path = 7;
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         The matching path from TopicSubscription/routes (if specified) for this event.
         This value is used by OnTopicEvent to "switch" inside the handler.
         
        string path = 7;
        Returns:
        The bytes for path.