Package io.temporal.api.failure.v1
Interface ApplicationFailureInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplicationFailureInfo,ApplicationFailureInfo.Builder
@Generated(value="protoc", comments="annotations:ApplicationFailureInfoOrBuilder.java.pb.meta") public interface ApplicationFailureInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationErrorCategorygetCategory().temporal.api.enums.v1.ApplicationErrorCategory category = 5;intgetCategoryValue().temporal.api.enums.v1.ApplicationErrorCategory category = 5;PayloadsgetDetails().temporal.api.common.v1.Payloads details = 3;PayloadsOrBuildergetDetailsOrBuilder().temporal.api.common.v1.Payloads details = 3;com.google.protobuf.DurationgetNextRetryDelay()next_retry_delay can be used by the client to override the activity retry interval calculated by the retry policy.com.google.protobuf.DurationOrBuildergetNextRetryDelayOrBuilder()next_retry_delay can be used by the client to override the activity retry interval calculated by the retry policy.booleangetNonRetryable()bool non_retryable = 2;java.lang.StringgetType()string type = 1;com.google.protobuf.ByteStringgetTypeBytes()string type = 1;booleanhasDetails().temporal.api.common.v1.Payloads details = 3;booleanhasNextRetryDelay()next_retry_delay can be used by the client to override the activity retry interval calculated by the retry policy.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getType
java.lang.String getType()
string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 1;- Returns:
- The bytes for type.
-
getNonRetryable
boolean getNonRetryable()
bool non_retryable = 2;- Returns:
- The nonRetryable.
-
hasDetails
boolean hasDetails()
.temporal.api.common.v1.Payloads details = 3;- Returns:
- Whether the details field is set.
-
getDetails
Payloads getDetails()
.temporal.api.common.v1.Payloads details = 3;- Returns:
- The details.
-
getDetailsOrBuilder
PayloadsOrBuilder getDetailsOrBuilder()
.temporal.api.common.v1.Payloads details = 3;
-
hasNextRetryDelay
boolean hasNextRetryDelay()
next_retry_delay can be used by the client to override the activity retry interval calculated by the retry policy. Retry attempts will still be subject to the maximum retries limit and total time limit defined by the policy.
.google.protobuf.Duration next_retry_delay = 4;- Returns:
- Whether the nextRetryDelay field is set.
-
getNextRetryDelay
com.google.protobuf.Duration getNextRetryDelay()
next_retry_delay can be used by the client to override the activity retry interval calculated by the retry policy. Retry attempts will still be subject to the maximum retries limit and total time limit defined by the policy.
.google.protobuf.Duration next_retry_delay = 4;- Returns:
- The nextRetryDelay.
-
getNextRetryDelayOrBuilder
com.google.protobuf.DurationOrBuilder getNextRetryDelayOrBuilder()
next_retry_delay can be used by the client to override the activity retry interval calculated by the retry policy. Retry attempts will still be subject to the maximum retries limit and total time limit defined by the policy.
.google.protobuf.Duration next_retry_delay = 4;
-
getCategoryValue
int getCategoryValue()
.temporal.api.enums.v1.ApplicationErrorCategory category = 5;- Returns:
- The enum numeric value on the wire for category.
-
getCategory
ApplicationErrorCategory getCategory()
.temporal.api.enums.v1.ApplicationErrorCategory category = 5;- Returns:
- The category.
-
-