Class: Temporalio::Internal::Bridge::Client::RPCRetryOptions
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Client::RPCRetryOptions
- Defined in:
- lib/temporalio/internal/bridge/client.rb
Instance Attribute Summary collapse
-
#initial_interval ⇒ Object
Returns the value of attribute initial_interval.
-
#max_elapsed_time ⇒ Object
Returns the value of attribute max_elapsed_time.
-
#max_interval ⇒ Object
Returns the value of attribute max_interval.
-
#max_retries ⇒ Object
Returns the value of attribute max_retries.
-
#multiplier ⇒ Object
Returns the value of attribute multiplier.
-
#randomization_factor ⇒ Object
Returns the value of attribute randomization_factor.
Instance Attribute Details
#initial_interval ⇒ Object
Returns the value of attribute initial_interval
30 31 32 |
# File 'lib/temporalio/internal/bridge/client.rb', line 30 def initial_interval @initial_interval end |
#max_elapsed_time ⇒ Object
Returns the value of attribute max_elapsed_time
30 31 32 |
# File 'lib/temporalio/internal/bridge/client.rb', line 30 def max_elapsed_time @max_elapsed_time end |
#max_interval ⇒ Object
Returns the value of attribute max_interval
30 31 32 |
# File 'lib/temporalio/internal/bridge/client.rb', line 30 def max_interval @max_interval end |
#max_retries ⇒ Object
Returns the value of attribute max_retries
30 31 32 |
# File 'lib/temporalio/internal/bridge/client.rb', line 30 def max_retries @max_retries end |
#multiplier ⇒ Object
Returns the value of attribute multiplier
30 31 32 |
# File 'lib/temporalio/internal/bridge/client.rb', line 30 def multiplier @multiplier end |
#randomization_factor ⇒ Object
Returns the value of attribute randomization_factor
30 31 32 |
# File 'lib/temporalio/internal/bridge/client.rb', line 30 def randomization_factor @randomization_factor end |