Class DefaultStubServiceOperationRpcRetryOptions

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

public class DefaultStubServiceOperationRpcRetryOptions extends Object
Default rpc retry options for outgoing requests to the temporal server that supposed to be processed and returned fast, like workflow start (not long polls or awaits for workflow finishing).
  • Field Details

    • INITIAL_INTERVAL

      public static final Duration INITIAL_INTERVAL
    • CONGESTION_INITIAL_INTERVAL

      public static final Duration CONGESTION_INITIAL_INTERVAL
    • EXPIRATION_INTERVAL

      public static final Duration EXPIRATION_INTERVAL
    • MAXIMUM_INTERVAL_MULTIPLIER

      public static final int MAXIMUM_INTERVAL_MULTIPLIER
      See Also:
    • 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

    • DefaultStubServiceOperationRpcRetryOptions

      public DefaultStubServiceOperationRpcRetryOptions()
  • Method Details