Package io.dapr.v1
Interface DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.SubscribeTopicEventsInitialRequestAlpha1
,DaprProtos.SubscribeTopicEventsInitialRequestAlpha1.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsMetadata
(String key) The metadata passing to pub components metadata property: - key : the key of the message.dead_letter_topic is the topic to which messages that fail to be processed are sent.com.google.protobuf.ByteString
dead_letter_topic is the topic to which messages that fail to be processed are sent.Deprecated.int
The metadata passing to pub components metadata property: - key : the key of the message.The metadata passing to pub components metadata property: - key : the key of the message.getMetadataOrDefault
(String key, String defaultValue) The metadata passing to pub components metadata property: - key : the key of the message.getMetadataOrThrow
(String key) The metadata passing to pub components metadata property: - key : the key of the message.The name of the pubsub componentcom.google.protobuf.ByteString
The name of the pubsub componentgetTopic()
The pubsub topiccom.google.protobuf.ByteString
The pubsub topicboolean
dead_letter_topic is the topic to which messages that fail to be processed are sent.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 Details
-
getPubsubName
String getPubsubName()The name of the pubsub component
string pubsub_name = 1;
- Returns:
- The pubsubName.
-
getPubsubNameBytes
com.google.protobuf.ByteString getPubsubNameBytes()The name of the pubsub component
string pubsub_name = 1;
- Returns:
- The bytes for pubsubName.
-
getTopic
String getTopic()The pubsub topic
string topic = 2;
- Returns:
- The topic.
-
getTopicBytes
com.google.protobuf.ByteString getTopicBytes()The pubsub topic
string topic = 2;
- Returns:
- The bytes for topic.
-
getMetadataCount
int getMetadataCount()The metadata passing to pub components metadata property: - key : the key of the message.
map<string, string> metadata = 3;
-
containsMetadata
The metadata passing to pub components metadata property: - key : the key of the message.
map<string, string> metadata = 3;
-
getMetadata
Deprecated.UsegetMetadataMap()
instead. -
getMetadataMap
The metadata passing to pub components metadata property: - key : the key of the message.
map<string, string> metadata = 3;
-
getMetadataOrDefault
The metadata passing to pub components metadata property: - key : the key of the message.
map<string, string> metadata = 3;
-
getMetadataOrThrow
The metadata passing to pub components metadata property: - key : the key of the message.
map<string, string> metadata = 3;
-
hasDeadLetterTopic
boolean hasDeadLetterTopic()dead_letter_topic is the topic to which messages that fail to be processed are sent.
optional string dead_letter_topic = 4;
- Returns:
- Whether the deadLetterTopic field is set.
-
getDeadLetterTopic
String getDeadLetterTopic()dead_letter_topic is the topic to which messages that fail to be processed are sent.
optional string dead_letter_topic = 4;
- Returns:
- The deadLetterTopic.
-
getDeadLetterTopicBytes
com.google.protobuf.ByteString getDeadLetterTopicBytes()dead_letter_topic is the topic to which messages that fail to be processed are sent.
optional string dead_letter_topic = 4;
- Returns:
- The bytes for deadLetterTopic.
-