Class: Temporalio::Worker::Interceptor::Workflow::ExecuteLocalActivityInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Interceptor::Workflow::ExecuteLocalActivityInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for Outbound#execute_local_activity.
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.
-
#cancellation ⇒ Object
readonly
Returns the value of attribute cancellation.
-
#cancellation_type ⇒ Object
readonly
Returns the value of attribute cancellation_type.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#local_retry_threshold ⇒ Object
readonly
Returns the value of attribute local_retry_threshold.
-
#result_hint ⇒ Object
readonly
Returns the value of attribute result_hint.
-
#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_to_close_timeout ⇒ Object
readonly
Returns the value of attribute start_to_close_timeout.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
Instance Attribute Details
#activity ⇒ Object (readonly)
Returns the value of attribute activity
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 def activity @activity end |
#activity_id ⇒ Object (readonly)
Returns the value of attribute activity_id
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 def activity_id @activity_id end |
#arg_hints ⇒ Object (readonly)
Returns the value of attribute arg_hints
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 def arg_hints @arg_hints end |
#args ⇒ Object (readonly)
Returns the value of attribute args
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 def args @args end |
#cancellation ⇒ Object (readonly)
Returns the value of attribute cancellation
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 def cancellation @cancellation end |
#cancellation_type ⇒ Object (readonly)
Returns the value of attribute cancellation_type
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 def cancellation_type @cancellation_type end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 def headers @headers end |
#local_retry_threshold ⇒ Object (readonly)
Returns the value of attribute local_retry_threshold
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 def local_retry_threshold @local_retry_threshold end |
#result_hint ⇒ Object (readonly)
Returns the value of attribute result_hint
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 def result_hint @result_hint end |
#retry_policy ⇒ Object (readonly)
Returns the value of attribute retry_policy
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 def retry_policy @retry_policy end |
#schedule_to_close_timeout ⇒ Object (readonly)
Returns the value of attribute schedule_to_close_timeout
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 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
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 def schedule_to_start_timeout @schedule_to_start_timeout end |
#start_to_close_timeout ⇒ Object (readonly)
Returns the value of attribute start_to_close_timeout
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 def start_to_close_timeout @start_to_close_timeout end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary
228 229 230 |
# File 'lib/temporalio/worker/interceptor.rb', line 228 def summary @summary end |