Class: Temporalio::Internal::Bridge::Worker::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/internal/bridge/worker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activityObject

Returns the value of attribute activity

Returns:

  • (Object)

    the current value of activity



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def activity
  @activity
end

#activity_task_poller_behaviorObject

Returns the value of attribute activity_task_poller_behavior

Returns:

  • (Object)

    the current value of activity_task_poller_behavior



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def activity_task_poller_behavior
  @activity_task_poller_behavior
end

#default_heartbeat_throttle_intervalObject

Returns the value of attribute default_heartbeat_throttle_interval

Returns:

  • (Object)

    the current value of default_heartbeat_throttle_interval



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def default_heartbeat_throttle_interval
  @default_heartbeat_throttle_interval
end

#deployment_optionsObject

Returns the value of attribute deployment_options

Returns:

  • (Object)

    the current value of deployment_options



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def deployment_options
  @deployment_options
end

#graceful_shutdown_periodObject

Returns the value of attribute graceful_shutdown_period

Returns:

  • (Object)

    the current value of graceful_shutdown_period



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def graceful_shutdown_period
  @graceful_shutdown_period
end

#identity_overrideObject

Returns the value of attribute identity_override

Returns:

  • (Object)

    the current value of identity_override



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def identity_override
  @identity_override
end

#max_cached_workflowsObject

Returns the value of attribute max_cached_workflows

Returns:

  • (Object)

    the current value of max_cached_workflows



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def max_cached_workflows
  @max_cached_workflows
end

#max_heartbeat_throttle_intervalObject

Returns the value of attribute max_heartbeat_throttle_interval

Returns:

  • (Object)

    the current value of max_heartbeat_throttle_interval



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def max_heartbeat_throttle_interval
  @max_heartbeat_throttle_interval
end

#max_task_queue_activities_per_secondObject

Returns the value of attribute max_task_queue_activities_per_second

Returns:

  • (Object)

    the current value of max_task_queue_activities_per_second



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def max_task_queue_activities_per_second
  @max_task_queue_activities_per_second
end

#max_worker_activities_per_secondObject

Returns the value of attribute max_worker_activities_per_second

Returns:

  • (Object)

    the current value of max_worker_activities_per_second



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def max_worker_activities_per_second
  @max_worker_activities_per_second
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def namespace
  @namespace
end

#no_remote_activitiesObject

Returns the value of attribute no_remote_activities

Returns:

  • (Object)

    the current value of no_remote_activities



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def no_remote_activities
  @no_remote_activities
end

#nondeterminism_as_workflow_failObject

Returns the value of attribute nondeterminism_as_workflow_fail

Returns:

  • (Object)

    the current value of nondeterminism_as_workflow_fail



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def nondeterminism_as_workflow_fail
  @nondeterminism_as_workflow_fail
end

#nondeterminism_as_workflow_fail_for_typesObject

Returns the value of attribute nondeterminism_as_workflow_fail_for_types

Returns:

  • (Object)

    the current value of nondeterminism_as_workflow_fail_for_types



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def nondeterminism_as_workflow_fail_for_types
  @nondeterminism_as_workflow_fail_for_types
end

#nonsticky_to_sticky_poll_ratioObject

Returns the value of attribute nonsticky_to_sticky_poll_ratio

Returns:

  • (Object)

    the current value of nonsticky_to_sticky_poll_ratio



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def nonsticky_to_sticky_poll_ratio
  @nonsticky_to_sticky_poll_ratio
end

#sticky_queue_schedule_to_start_timeoutObject

Returns the value of attribute sticky_queue_schedule_to_start_timeout

Returns:

  • (Object)

    the current value of sticky_queue_schedule_to_start_timeout



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def sticky_queue_schedule_to_start_timeout
  @sticky_queue_schedule_to_start_timeout
end

#task_queueObject

Returns the value of attribute task_queue

Returns:

  • (Object)

    the current value of task_queue



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def task_queue
  @task_queue
end

#tunerObject

Returns the value of attribute tuner

Returns:

  • (Object)

    the current value of tuner



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def tuner
  @tuner
end

#workflowObject

Returns the value of attribute workflow

Returns:

  • (Object)

    the current value of workflow



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def workflow
  @workflow
end

#workflow_task_poller_behaviorObject

Returns the value of attribute workflow_task_poller_behavior

Returns:

  • (Object)

    the current value of workflow_task_poller_behavior



9
10
11
# File 'lib/temporalio/internal/bridge/worker.rb', line 9

def workflow_task_poller_behavior
  @workflow_task_poller_behavior
end