Class: Temporalio::Client::Interceptor::FetchWorkflowHistoryEventsInput
- Inherits:
-
Data
- Object
- Data
- 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
readonly
Returns the value of attribute event_filter_type.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
-
#skip_archival ⇒ Object
readonly
Returns the value of attribute skip_archival.
-
#wait_new_event ⇒ Object
readonly
Returns the value of attribute wait_new_event.
-
#workflow_id ⇒ Object
readonly
Returns the value of attribute workflow_id.
Instance Attribute Details
#event_filter_type ⇒ Object (readonly)
Returns the value of attribute event_filter_type
92 93 94 |
# File 'lib/temporalio/client/interceptor.rb', line 92 def event_filter_type @event_filter_type end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
92 93 94 |
# File 'lib/temporalio/client/interceptor.rb', line 92 def @rpc_options end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
92 93 94 |
# File 'lib/temporalio/client/interceptor.rb', line 92 def run_id @run_id end |
#skip_archival ⇒ Object (readonly)
Returns the value of attribute skip_archival
92 93 94 |
# File 'lib/temporalio/client/interceptor.rb', line 92 def skip_archival @skip_archival end |
#wait_new_event ⇒ Object (readonly)
Returns the value of attribute wait_new_event
92 93 94 |
# File 'lib/temporalio/client/interceptor.rb', line 92 def wait_new_event @wait_new_event end |
#workflow_id ⇒ Object (readonly)
Returns the value of attribute workflow_id
92 93 94 |
# File 'lib/temporalio/client/interceptor.rb', line 92 def workflow_id @workflow_id end |