Class DefaultStubLongPollRpcRetryOptions

java.lang.Object
io.temporal.serviceclient.rpcretry.DefaultStubLongPollRpcRetryOptions

public class DefaultStubLongPollRpcRetryOptions extends Object
Default rpc retry options for long polls like waiting for the workflow finishing and result.
  • Field Details

    • INITIAL_INTERVAL

      public static final Duration INITIAL_INTERVAL
    • CONGESTION_INITIAL_INTERVAL

      public static final Duration CONGESTION_INITIAL_INTERVAL
    • MAXIMUM_INTERVAL

      public static final Duration MAXIMUM_INTERVAL
    • BACKOFF

      public static final double BACKOFF
      See Also:
    • MAXIMUM_JITTER_COEFFICIENT

      public static final double MAXIMUM_JITTER_COEFFICIENT
      See Also:
    • INSTANCE

      public static final RpcRetryOptions INSTANCE
  • Constructor Details

    • DefaultStubLongPollRpcRetryOptions

      public DefaultStubLongPollRpcRetryOptions()