Package io.dapr.v1

Interface DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder

    • Method Detail

      • getEntryId

        String getEntryId()
         Unique identifier for the message.
         
        string entry_id = 1;
        Returns:
        The entryId.
      • getEntryIdBytes

        com.google.protobuf.ByteString getEntryIdBytes()
         Unique identifier for the message.
         
        string entry_id = 1;
        Returns:
        The bytes for entryId.
      • hasBytes

        boolean hasBytes()
        bytes bytes = 2;
        Returns:
        Whether the bytes field is set.
      • getBytes

        com.google.protobuf.ByteString getBytes()
        bytes bytes = 2;
        Returns:
        The bytes.
      • hasCloudEvent

        boolean hasCloudEvent()
        .dapr.proto.runtime.v1.TopicEventCERequest cloud_event = 3;
        Returns:
        Whether the cloudEvent field is set.
      • getContentType

        String getContentType()
         content type of the event contained.
         
        string content_type = 4;
        Returns:
        The contentType.
      • getContentTypeBytes

        com.google.protobuf.ByteString getContentTypeBytes()
         content type of the event contained.
         
        string content_type = 4;
        Returns:
        The bytes for contentType.
      • getMetadataCount

        int getMetadataCount()
         The metadata associated with the event.
         
        map<string, string> metadata = 5;
      • containsMetadata

        boolean containsMetadata​(String key)
         The metadata associated with the event.
         
        map<string, string> metadata = 5;
      • getMetadataMap

        Map<String,​String> getMetadataMap()
         The metadata associated with the event.
         
        map<string, string> metadata = 5;
      • getMetadataOrDefault

        String getMetadataOrDefault​(String key,
                                    String defaultValue)
         The metadata associated with the event.
         
        map<string, string> metadata = 5;
      • getMetadataOrThrow

        String getMetadataOrThrow​(String key)
         The metadata associated with the event.
         
        map<string, string> metadata = 5;