Class: Temporalio::Client::Interceptor::StartActivityInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::StartActivityInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#start_activity.
WARNING: Standalone Activities are experimental.
Instance Attribute Summary collapse
-
#activity ⇒ Object
readonly
Returns the value of attribute activity.
-
#activity_id ⇒ Object
readonly
Returns the value of attribute activity_id.
-
#arg_hints ⇒ Object
readonly
Returns the value of attribute arg_hints.
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#heartbeat_timeout ⇒ Object
readonly
Returns the value of attribute heartbeat_timeout.
-
#id_conflict_policy ⇒ Object
readonly
Returns the value of attribute id_conflict_policy.
-
#id_reuse_policy ⇒ Object
readonly
Returns the value of attribute id_reuse_policy.
-
#priority ⇒ Object
readonly
Returns the value of attribute priority.
-
#result_hint ⇒ Object
readonly
Returns the value of attribute result_hint.
-
#retry_policy ⇒ Object
readonly
Returns the value of attribute retry_policy.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
-
#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.
-
#search_attributes ⇒ Object
readonly
Returns the value of attribute search_attributes.
-
#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.
-
#static_details ⇒ Object
readonly
Returns the value of attribute static_details.
-
#static_summary ⇒ Object
readonly
Returns the value of attribute static_summary.
-
#task_queue ⇒ Object
readonly
Returns the value of attribute task_queue.
Instance Attribute Details
#activity ⇒ Object (readonly)
Returns the value of attribute activity
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def activity @activity end |
#activity_id ⇒ Object (readonly)
Returns the value of attribute activity_id
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def activity_id @activity_id end |
#arg_hints ⇒ Object (readonly)
Returns the value of attribute arg_hints
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def arg_hints @arg_hints end |
#args ⇒ Object (readonly)
Returns the value of attribute args
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def args @args end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def headers @headers end |
#heartbeat_timeout ⇒ Object (readonly)
Returns the value of attribute heartbeat_timeout
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def heartbeat_timeout @heartbeat_timeout end |
#id_conflict_policy ⇒ Object (readonly)
Returns the value of attribute id_conflict_policy
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def id_conflict_policy @id_conflict_policy end |
#id_reuse_policy ⇒ Object (readonly)
Returns the value of attribute id_reuse_policy
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def id_reuse_policy @id_reuse_policy end |
#priority ⇒ Object (readonly)
Returns the value of attribute priority
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def priority @priority end |
#result_hint ⇒ Object (readonly)
Returns the value of attribute result_hint
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def result_hint @result_hint end |
#retry_policy ⇒ Object (readonly)
Returns the value of attribute retry_policy
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def retry_policy @retry_policy end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def @rpc_options end |
#schedule_to_close_timeout ⇒ Object (readonly)
Returns the value of attribute schedule_to_close_timeout
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 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
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def schedule_to_start_timeout @schedule_to_start_timeout end |
#search_attributes ⇒ Object (readonly)
Returns the value of attribute search_attributes
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def search_attributes @search_attributes end |
#start_delay ⇒ Object (readonly)
Returns the value of attribute start_delay
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def start_delay @start_delay end |
#start_to_close_timeout ⇒ Object (readonly)
Returns the value of attribute start_to_close_timeout
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def start_to_close_timeout @start_to_close_timeout end |
#static_details ⇒ Object (readonly)
Returns the value of attribute static_details
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def static_details @static_details end |
#static_summary ⇒ Object (readonly)
Returns the value of attribute static_summary
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def static_summary @static_summary end |
#task_queue ⇒ Object (readonly)
Returns the value of attribute task_queue
265 266 267 |
# File 'lib/temporalio/client/interceptor.rb', line 265 def task_queue @task_queue end |