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
      • EXPIRATION_INTERVAL

        public static final java.time.Duration EXPIRATION_INTERVAL
      • MAXIMUM_INTERVAL

        public static final java.time.Duration MAXIMUM_INTERVAL
    • Constructor Detail

      • DefaultStubServiceOperationRpcRetryOptions

        public DefaultStubServiceOperationRpcRetryOptions()