Interface Function.RetryDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Function.RetryDetails,Function.RetryDetails.Builder
- Enclosing class:
- Function
public static interface Function.RetryDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring deadLetterTopic = 2;com.google.protobuf.ByteStringstring deadLetterTopic = 2;intint32 maxMessageRetries = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMaxMessageRetries
int getMaxMessageRetries()int32 maxMessageRetries = 1;- Returns:
- The maxMessageRetries.
-
getDeadLetterTopic
String getDeadLetterTopic()string deadLetterTopic = 2;- Returns:
- The deadLetterTopic.
-
getDeadLetterTopicBytes
com.google.protobuf.ByteString getDeadLetterTopicBytes()string deadLetterTopic = 2;- Returns:
- The bytes for deadLetterTopic.
-