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.
-
#plugins ⇒ Object
readonly
Returns the value of attribute plugins.
-
#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
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def data_converter @data_converter end |
#debug_mode ⇒ Object (readonly)
Returns the value of attribute debug_mode
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def debug_mode @debug_mode end |
#identity ⇒ Object (readonly)
Returns the value of attribute identity
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def identity @identity end |
#illegal_workflow_calls ⇒ Object (readonly)
Returns the value of attribute illegal_workflow_calls
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def illegal_workflow_calls @illegal_workflow_calls end |
#interceptors ⇒ Object (readonly)
Returns the value of attribute interceptors
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def interceptors @interceptors end |
#logger ⇒ Object (readonly)
Returns the value of attribute logger
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def logger @logger end |
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def namespace @namespace end |
#plugins ⇒ Object (readonly)
Returns the value of attribute plugins
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def plugins @plugins end |
#runtime ⇒ Object (readonly)
Returns the value of attribute runtime
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def runtime @runtime end |
#task_queue ⇒ Object (readonly)
Returns the value of attribute task_queue
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def task_queue @task_queue end |
#unsafe_workflow_io_enabled ⇒ Object (readonly)
Returns the value of attribute unsafe_workflow_io_enabled
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def unsafe_workflow_io_enabled @unsafe_workflow_io_enabled end |
#workflow_executor ⇒ Object (readonly)
Returns the value of attribute workflow_executor
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def workflow_executor @workflow_executor end |
#workflow_failure_exception_types ⇒ Object (readonly)
Returns the value of attribute workflow_failure_exception_types
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 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
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def workflow_payload_codec_thread_pool @workflow_payload_codec_thread_pool end |
#workflows ⇒ Object (readonly)
Returns the value of attribute workflows
22 23 24 |
# File 'lib/temporalio/worker/workflow_replayer.rb', line 22 def workflows @workflows end |