Class: Temporalio::Internal::Bridge::Worker::Options
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Worker::Options
- Defined in:
- lib/temporalio/internal/bridge/worker.rb
Instance Attribute Summary collapse
-
#activity ⇒ Object
Returns the value of attribute activity.
-
#build_id ⇒ Object
Returns the value of attribute build_id.
-
#default_heartbeat_throttle_interval ⇒ Object
Returns the value of attribute default_heartbeat_throttle_interval.
-
#graceful_shutdown_period ⇒ Object
Returns the value of attribute graceful_shutdown_period.
-
#identity_override ⇒ Object
Returns the value of attribute identity_override.
-
#max_cached_workflows ⇒ Object
Returns the value of attribute max_cached_workflows.
-
#max_concurrent_activity_task_polls ⇒ Object
Returns the value of attribute max_concurrent_activity_task_polls.
-
#max_concurrent_workflow_task_polls ⇒ Object
Returns the value of attribute max_concurrent_workflow_task_polls.
-
#max_heartbeat_throttle_interval ⇒ Object
Returns the value of attribute max_heartbeat_throttle_interval.
-
#max_task_queue_activities_per_second ⇒ Object
Returns the value of attribute max_task_queue_activities_per_second.
-
#max_worker_activities_per_second ⇒ Object
Returns the value of attribute max_worker_activities_per_second.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#no_remote_activities ⇒ Object
Returns the value of attribute no_remote_activities.
-
#nonsticky_to_sticky_poll_ratio ⇒ Object
Returns the value of attribute nonsticky_to_sticky_poll_ratio.
-
#sticky_queue_schedule_to_start_timeout ⇒ Object
Returns the value of attribute sticky_queue_schedule_to_start_timeout.
-
#task_queue ⇒ Object
Returns the value of attribute task_queue.
-
#tuner ⇒ Object
Returns the value of attribute tuner.
-
#use_worker_versioning ⇒ Object
Returns the value of attribute use_worker_versioning.
-
#workflow ⇒ Object
Returns the value of attribute workflow.
Instance Attribute Details
#activity ⇒ Object
Returns the value of attribute activity
9 10 11 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 9 def activity @activity end |
#build_id ⇒ Object
Returns the value of attribute build_id
9 10 11 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 9 def build_id @build_id end |
#default_heartbeat_throttle_interval ⇒ Object
Returns the value of attribute 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_period ⇒ Object
Returns the value of attribute graceful_shutdown_period
9 10 11 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 9 def graceful_shutdown_period @graceful_shutdown_period end |
#identity_override ⇒ Object
Returns the value of attribute identity_override
9 10 11 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 9 def identity_override @identity_override end |
#max_cached_workflows ⇒ Object
Returns the value of attribute 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_polls ⇒ Object
Returns the value of attribute 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_polls ⇒ Object
Returns the value of attribute 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_interval ⇒ Object
Returns the value of attribute 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_second ⇒ Object
Returns the value of attribute 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_second ⇒ Object
Returns the value of attribute 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 |
#namespace ⇒ Object
Returns the value of attribute namespace
9 10 11 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 9 def namespace @namespace end |
#no_remote_activities ⇒ Object
Returns the value of attribute 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_ratio ⇒ Object
Returns the value of attribute 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_timeout ⇒ Object
Returns the value of attribute 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_queue ⇒ Object
Returns the value of attribute task_queue
9 10 11 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 9 def task_queue @task_queue end |
#tuner ⇒ Object
Returns the value of attribute tuner
9 10 11 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 9 def tuner @tuner end |
#use_worker_versioning ⇒ Object
Returns the value of attribute use_worker_versioning
9 10 11 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 9 def use_worker_versioning @use_worker_versioning end |
#workflow ⇒ Object
Returns the value of attribute workflow
9 10 11 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 9 def workflow @workflow end |