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

#build_idObject

Returns the value of attribute build_id

Returns:

  • (Object)

    the current value of build_id



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

def build_id
  @build_id
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

#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_concurrent_activity_task_pollsObject

Returns the value of attribute max_concurrent_activity_task_polls

Returns:

  • (Object)

    the current value of max_concurrent_activity_task_polls



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

def max_concurrent_activity_task_polls
  @max_concurrent_activity_task_polls
end

#max_concurrent_workflow_task_pollsObject

Returns the value of attribute max_concurrent_workflow_task_polls

Returns:

  • (Object)

    the current value of max_concurrent_workflow_task_polls



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

def max_concurrent_workflow_task_polls
  @max_concurrent_workflow_task_polls
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

#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

#use_worker_versioningObject

Returns the value of attribute use_worker_versioning

Returns:

  • (Object)

    the current value of use_worker_versioning



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

def use_worker_versioning
  @use_worker_versioning
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