Class GrpcRetryer.GrpcRetryerOptions

java.lang.Object
io.temporal.internal.retryer.GrpcRetryer.GrpcRetryerOptions
Enclosing class:
GrpcRetryer

public static class GrpcRetryer.GrpcRetryerOptions extends Object
  • Constructor Details

    • GrpcRetryerOptions

      public GrpcRetryerOptions(@Nonnull RpcRetryOptions options, @Nullable io.grpc.Deadline deadline)
      Parameters:
      options - allows partially built options without an expiration without an expiration or * maxAttempts set if retriesDeadline is supplied
      deadline - an absolute deadline for the retries
  • Method Details

    • getOptions

      @Nonnull public RpcRetryOptions getOptions()
    • getDeadline

      @Nullable public io.grpc.Deadline getDeadline()
    • validate

      public void validate()