Class: Temporalio::Client::Interceptor::FetchActivityOutcomeInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::FetchActivityOutcomeInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#fetch_activity_outcome. Used by ‘ActivityHandle#result` for long-polling the activity outcome via `PollActivityExecution`.
WARNING: Standalone Activities are experimental.
Instance Attribute Summary collapse
-
#activity_id ⇒ Object
readonly
Returns the value of attribute activity_id.
-
#activity_run_id ⇒ Object
readonly
Returns the value of attribute activity_run_id.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
Instance Attribute Details
#activity_id ⇒ Object (readonly)
Returns the value of attribute activity_id
337 338 339 |
# File 'lib/temporalio/client/interceptor.rb', line 337 def activity_id @activity_id end |
#activity_run_id ⇒ Object (readonly)
Returns the value of attribute activity_run_id
337 338 339 |
# File 'lib/temporalio/client/interceptor.rb', line 337 def activity_run_id @activity_run_id end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
337 338 339 |
# File 'lib/temporalio/client/interceptor.rb', line 337 def @rpc_options end |