Package io.dapr

Interface DaprClientProtos.RetryPolicyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DaprClientProtos.RetryPolicy, DaprClientProtos.RetryPolicy.Builder
Enclosing class:
DaprClientProtos

public static interface DaprClientProtos.RetryPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    com.google.protobuf.Duration getInterval()
    .google.protobuf.Duration interval = 3;
    com.google.protobuf.DurationOrBuilder getIntervalOrBuilder()
    .google.protobuf.Duration interval = 3;
    java.lang.String getPattern()
    string pattern = 2;
    com.google.protobuf.ByteString getPatternBytes()
    string pattern = 2;
    int getThreshold()
    int32 threshold = 1;
    boolean hasInterval()
    .google.protobuf.Duration interval = 3;

    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

    • getThreshold

      int getThreshold()
      int32 threshold = 1;
      Returns:
      The threshold.
    • getPattern

      java.lang.String getPattern()
      string pattern = 2;
      Returns:
      The pattern.
    • getPatternBytes

      com.google.protobuf.ByteString getPatternBytes()
      string pattern = 2;
      Returns:
      The bytes for pattern.
    • hasInterval

      boolean hasInterval()
      .google.protobuf.Duration interval = 3;
      Returns:
      Whether the interval field is set.
    • getInterval

      com.google.protobuf.Duration getInterval()
      .google.protobuf.Duration interval = 3;
      Returns:
      The interval.
    • getIntervalOrBuilder

      com.google.protobuf.DurationOrBuilder getIntervalOrBuilder()
      .google.protobuf.Duration interval = 3;