Class: Temporalio::Client::ActivityExecutionOptions
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::ActivityExecutionOptions
- Defined in:
- lib/temporalio/client/activity_execution_options.rb
Overview
The resolved options of a standalone activity execution, as returned by Temporalio::Client::ActivityHandle#update_options. Reflects the activity's options as the server resolved them after the update was applied.
WARNING: Standalone Activities are experimental.
Instance Attribute Summary collapse
-
#heartbeat_timeout ⇒ Object
readonly
Returns the value of attribute heartbeat_timeout.
-
#priority ⇒ Object
readonly
Returns the value of attribute priority.
-
#retry_policy ⇒ Object
readonly
Returns the value of attribute retry_policy.
-
#schedule_to_close_timeout ⇒ Object
readonly
Returns the value of attribute schedule_to_close_timeout.
-
#schedule_to_start_timeout ⇒ Object
readonly
Returns the value of attribute schedule_to_start_timeout.
-
#start_delay ⇒ Object
readonly
Returns the value of attribute start_delay.
-
#start_to_close_timeout ⇒ Object
readonly
Returns the value of attribute start_to_close_timeout.
-
#task_queue ⇒ Object
readonly
Returns the value of attribute task_queue.
Instance Attribute Details
#heartbeat_timeout ⇒ Object (readonly)
Returns the value of attribute heartbeat_timeout
14 15 16 |
# File 'lib/temporalio/client/activity_execution_options.rb', line 14 def heartbeat_timeout @heartbeat_timeout end |
#priority ⇒ Object (readonly)
Returns the value of attribute priority
14 15 16 |
# File 'lib/temporalio/client/activity_execution_options.rb', line 14 def priority @priority end |
#retry_policy ⇒ Object (readonly)
Returns the value of attribute retry_policy
14 15 16 |
# File 'lib/temporalio/client/activity_execution_options.rb', line 14 def retry_policy @retry_policy end |
#schedule_to_close_timeout ⇒ Object (readonly)
Returns the value of attribute schedule_to_close_timeout
14 15 16 |
# File 'lib/temporalio/client/activity_execution_options.rb', line 14 def schedule_to_close_timeout @schedule_to_close_timeout end |
#schedule_to_start_timeout ⇒ Object (readonly)
Returns the value of attribute schedule_to_start_timeout
14 15 16 |
# File 'lib/temporalio/client/activity_execution_options.rb', line 14 def schedule_to_start_timeout @schedule_to_start_timeout end |
#start_delay ⇒ Object (readonly)
Returns the value of attribute start_delay
14 15 16 |
# File 'lib/temporalio/client/activity_execution_options.rb', line 14 def start_delay @start_delay end |
#start_to_close_timeout ⇒ Object (readonly)
Returns the value of attribute start_to_close_timeout
14 15 16 |
# File 'lib/temporalio/client/activity_execution_options.rb', line 14 def start_to_close_timeout @start_to_close_timeout end |
#task_queue ⇒ Object (readonly)
Returns the value of attribute task_queue
14 15 16 |
# File 'lib/temporalio/client/activity_execution_options.rb', line 14 def task_queue @task_queue end |