Package io.dapr.v1

Interface DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEntryId()
      Unique identifier associated the message.
      com.google.protobuf.ByteString getEntryIdBytes()
      Unique identifier associated the message.
      DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus getStatus()
      The status of the response.
      int getStatusValue()
      The status of the response.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getEntryId

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

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

        int getStatusValue()
         The status of the response.
         
        .dapr.proto.runtime.v1.TopicEventResponse.TopicEventResponseStatus status = 2;
        Returns:
        The enum numeric value on the wire for status.