Class: Temporalio::Client::Interceptor::FetchWorkflowHistoryEventsInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Interceptor::FetchWorkflowHistoryEventsInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#fetch_workflow_history_events.
Instance Attribute Summary collapse
-
#event_filter_type ⇒ Object
Returns the value of attribute event_filter_type.
-
#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.
-
#skip_archival ⇒ Object
Returns the value of attribute skip_archival.
-
#wait_new_event ⇒ Object
Returns the value of attribute wait_new_event.
-
#workflow_id ⇒ Object
Returns the value of attribute workflow_id.
Instance Attribute Details
#event_filter_type ⇒ Object
Returns the value of attribute event_filter_type
69 70 71 |
# File 'lib/temporalio/client/interceptor.rb', line 69 def event_filter_type @event_filter_type end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
69 70 71 |
# File 'lib/temporalio/client/interceptor.rb', line 69 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
69 70 71 |
# File 'lib/temporalio/client/interceptor.rb', line 69 def rpc_timeout @rpc_timeout end |
#run_id ⇒ Object
Returns the value of attribute run_id
69 70 71 |
# File 'lib/temporalio/client/interceptor.rb', line 69 def run_id @run_id end |
#skip_archival ⇒ Object
Returns the value of attribute skip_archival
69 70 71 |
# File 'lib/temporalio/client/interceptor.rb', line 69 def skip_archival @skip_archival end |
#wait_new_event ⇒ Object
Returns the value of attribute wait_new_event
69 70 71 |
# File 'lib/temporalio/client/interceptor.rb', line 69 def wait_new_event @wait_new_event end |
#workflow_id ⇒ Object
Returns the value of attribute workflow_id
69 70 71 |
# File 'lib/temporalio/client/interceptor.rb', line 69 def workflow_id @workflow_id end |