Class: Temporalio::Worker::WorkflowReplayer::Options

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#data_converterObject (readonly)

Returns the value of attribute data_converter

Returns:

  • (Object)

    the current value of data_converter



21
22
23
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21

def data_converter
  @data_converter
end

#debug_modeObject (readonly)

Returns the value of attribute debug_mode

Returns:

  • (Object)

    the current value of debug_mode



21
22
23
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21

def debug_mode
  @debug_mode
end

#identityObject (readonly)

Returns the value of attribute identity

Returns:

  • (Object)

    the current value of identity



21
22
23
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21

def identity
  @identity
end

#illegal_workflow_callsObject (readonly)

Returns the value of attribute illegal_workflow_calls

Returns:

  • (Object)

    the current value of illegal_workflow_calls



21
22
23
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21

def illegal_workflow_calls
  @illegal_workflow_calls
end

#interceptorsObject (readonly)

Returns the value of attribute interceptors

Returns:

  • (Object)

    the current value of interceptors



21
22
23
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21

def interceptors
  @interceptors
end

#loggerObject (readonly)

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



21
22
23
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21

def logger
  @logger
end

#namespaceObject (readonly)

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



21
22
23
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21

def namespace
  @namespace
end

#runtimeObject (readonly)

Returns the value of attribute runtime

Returns:

  • (Object)

    the current value of runtime



21
22
23
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21

def runtime
  @runtime
end

#task_queueObject (readonly)

Returns the value of attribute task_queue

Returns:

  • (Object)

    the current value of task_queue



21
22
23
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21

def task_queue
  @task_queue
end

#unsafe_workflow_io_enabledObject (readonly)

Returns the value of attribute unsafe_workflow_io_enabled

Returns:

  • (Object)

    the current value of 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_executorObject (readonly)

Returns the value of attribute workflow_executor

Returns:

  • (Object)

    the current value of workflow_executor



21
22
23
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21

def workflow_executor
  @workflow_executor
end

#workflow_failure_exception_typesObject (readonly)

Returns the value of attribute workflow_failure_exception_types

Returns:

  • (Object)

    the current value of 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_poolObject (readonly)

Returns the value of attribute workflow_payload_codec_thread_pool

Returns:

  • (Object)

    the current value of 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

#workflowsObject (readonly)

Returns the value of attribute workflows

Returns:

  • (Object)

    the current value of workflows



21
22
23
# File 'lib/temporalio/worker/workflow_replayer.rb', line 21

def workflows
  @workflows
end