Class: Temporalio::Worker::WorkflowReplayer::Options
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::WorkflowReplayer::Options
- Defined in:
- lib/temporalio/worker/workflow_replayer.rb,
lib/temporalio/worker/workflow_replayer.rb
Overview
Options as returned from #options representing the options passed to the constructor.
Instance Attribute Summary collapse
-
#data_converter ⇒ Object
readonly
Returns the value of attribute data_converter.
-
#debug_mode ⇒ Object
readonly
Returns the value of attribute debug_mode.
-
#identity ⇒ Object
readonly
Returns the value of attribute identity.
-
#illegal_workflow_calls ⇒ Object
readonly
Returns the value of attribute illegal_workflow_calls.
-
#interceptors ⇒ Object
readonly
Returns the value of attribute interceptors.
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
-
#namespace ⇒ Object
readonly
Returns the value of attribute namespace.
-
#runtime ⇒ Object
readonly
Returns the value of attribute runtime.
-
#task_queue ⇒ Object
readonly
Returns the value of attribute task_queue.
-
#unsafe_workflow_io_enabled ⇒ Object
readonly
Returns the value of attribute unsafe_workflow_io_enabled.
-
#workflow_executor ⇒ Object
readonly
Returns the value of attribute workflow_executor.
-
#workflow_failure_exception_types ⇒ Object
readonly
Returns the value of attribute workflow_failure_exception_types.
-
#workflow_payload_codec_thread_pool ⇒ Object
readonly
Returns the value of attribute workflow_payload_codec_thread_pool.
-
#workflows ⇒ Object
readonly
Returns the value of attribute workflows.
Instance Attribute Details
#data_converter ⇒ Object (readonly)
Returns the value of attribute data_converter
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def data_converter @data_converter end |
#debug_mode ⇒ Object (readonly)
Returns the value of attribute debug_mode
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def debug_mode @debug_mode end |
#identity ⇒ Object (readonly)
Returns the value of attribute identity
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def identity @identity end |
#illegal_workflow_calls ⇒ Object (readonly)
Returns the value of attribute illegal_workflow_calls
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def illegal_workflow_calls @illegal_workflow_calls end |
#interceptors ⇒ Object (readonly)
Returns the value of attribute interceptors
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def interceptors @interceptors end |
#logger ⇒ Object (readonly)
Returns the value of attribute logger
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def logger @logger end |
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def namespace @namespace end |
#runtime ⇒ Object (readonly)
Returns the value of attribute runtime
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def runtime @runtime end |
#task_queue ⇒ Object (readonly)
Returns the value of attribute task_queue
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def task_queue @task_queue end |
#unsafe_workflow_io_enabled ⇒ Object (readonly)
Returns the value of attribute unsafe_workflow_io_enabled
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def unsafe_workflow_io_enabled @unsafe_workflow_io_enabled end |
#workflow_executor ⇒ Object (readonly)
Returns the value of attribute workflow_executor
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def workflow_executor @workflow_executor end |
#workflow_failure_exception_types ⇒ Object (readonly)
Returns the value of attribute workflow_failure_exception_types
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def workflow_failure_exception_types @workflow_failure_exception_types end |
#workflow_payload_codec_thread_pool ⇒ Object (readonly)
Returns the value of attribute workflow_payload_codec_thread_pool
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def workflow_payload_codec_thread_pool @workflow_payload_codec_thread_pool end |
#workflows ⇒ Object (readonly)
Returns the value of attribute workflows
21 22 23 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21 def workflows @workflows end |