Class DefaultStubServiceOperationRpcRetryOptions


  • public class DefaultStubServiceOperationRpcRetryOptions
    extends java.lang.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 Detail

      • INITIAL_INTERVAL

        public static final java.time.Duration INITIAL_INTERVAL
      • CONGESTION_INITIAL_INTERVAL

        public static final java.time.Duration CONGESTION_INITIAL_INTERVAL
      • EXPIRATION_INTERVAL

        public static final java.time.Duration EXPIRATION_INTERVAL
      • MAXIMUM_INTERVAL

        public static final java.time.Duration MAXIMUM_INTERVAL
      • MAXIMUM_JITTER_COEFFICIENT

        public static final double MAXIMUM_JITTER_COEFFICIENT
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultStubServiceOperationRpcRetryOptions

        public DefaultStubServiceOperationRpcRetryOptions()