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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDeadLetterTopic()string deadLetterTopic = 2;com.google.protobuf.ByteStringgetDeadLetterTopicBytes()string deadLetterTopic = 2;intgetMaxMessageRetries()int32 maxMessageRetries = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMaxMessageRetries
int getMaxMessageRetries()
int32 maxMessageRetries = 1;- Returns:
- The maxMessageRetries.
-
getDeadLetterTopic
java.lang.String getDeadLetterTopic()
string deadLetterTopic = 2;- Returns:
- The deadLetterTopic.
-
getDeadLetterTopicBytes
com.google.protobuf.ByteString getDeadLetterTopicBytes()
string deadLetterTopic = 2;- Returns:
- The bytes for deadLetterTopic.
-
-