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
31 32 33 |
# File 'lib/temporalio/internal/bridge/client.rb', line 31 def initial_interval @initial_interval end |
#max_elapsed_time ⇒ Object
Returns the value of attribute max_elapsed_time
31 32 33 |
# File 'lib/temporalio/internal/bridge/client.rb', line 31 def max_elapsed_time @max_elapsed_time end |
#max_interval ⇒ Object
Returns the value of attribute max_interval
31 32 33 |
# File 'lib/temporalio/internal/bridge/client.rb', line 31 def max_interval @max_interval end |
#max_retries ⇒ Object
Returns the value of attribute max_retries
31 32 33 |
# File 'lib/temporalio/internal/bridge/client.rb', line 31 def max_retries @max_retries end |
#multiplier ⇒ Object
Returns the value of attribute multiplier
31 32 33 |
# File 'lib/temporalio/internal/bridge/client.rb', line 31 def multiplier @multiplier end |
#randomization_factor ⇒ Object
Returns the value of attribute randomization_factor
31 32 33 |
# File 'lib/temporalio/internal/bridge/client.rb', line 31 def randomization_factor @randomization_factor end |