Class: Temporalio::Client::Interceptor::PollWorkflowUpdateInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Interceptor::PollWorkflowUpdateInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#poll_workflow_update.
Instance Attribute Summary collapse
-
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata.
-
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout.
-
#run_id ⇒ Object
Returns the value of attribute run_id.
-
#update_id ⇒ Object
Returns the value of attribute update_id.
-
#workflow_id ⇒ Object
Returns the value of attribute workflow_id.
Instance Attribute Details
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
120 121 122 |
# File 'lib/temporalio/client/interceptor.rb', line 120 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
120 121 122 |
# File 'lib/temporalio/client/interceptor.rb', line 120 def rpc_timeout @rpc_timeout end |
#run_id ⇒ Object
Returns the value of attribute run_id
120 121 122 |
# File 'lib/temporalio/client/interceptor.rb', line 120 def run_id @run_id end |
#update_id ⇒ Object
Returns the value of attribute update_id
120 121 122 |
# File 'lib/temporalio/client/interceptor.rb', line 120 def update_id @update_id end |
#workflow_id ⇒ Object
Returns the value of attribute workflow_id
120 121 122 |
# File 'lib/temporalio/client/interceptor.rb', line 120 def workflow_id @workflow_id end |