Class: Temporalio::Worker::Tuner::SlotSupplier::Custom::SlotInfo::Workflow
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Tuner::SlotSupplier::Custom::SlotInfo::Workflow
- Defined in:
- lib/temporalio/worker/tuner.rb
Overview
Information about a workflow slot.
Instance Attribute Summary collapse
-
#sticky? ⇒ Object
readonly
Returns the value of attribute sticky?.
-
#workflow_type ⇒ Object
readonly
Returns the value of attribute workflow_type.
Instance Method Summary collapse
-
#sticky?=(value) ⇒ Boolean
readonly
Whether the slot was for a sticky task.
-
#workflow_type(value) ⇒ String
readonly
Workflow type.
Instance Attribute Details
#sticky? ⇒ Object (readonly)
Returns the value of attribute sticky?
197 |
# File 'lib/temporalio/worker/tuner.rb', line 197 Workflow = Data.define(:workflow_type, :sticky?) |
#workflow_type ⇒ Object (readonly)
Returns the value of attribute workflow_type
197 |
# File 'lib/temporalio/worker/tuner.rb', line 197 Workflow = Data.define(:workflow_type, :sticky?) |
Instance Method Details
#sticky?=(value) ⇒ Boolean (readonly)
Returns Whether the slot was for a sticky task.
197 |
# File 'lib/temporalio/worker/tuner.rb', line 197 Workflow = Data.define(:workflow_type, :sticky?) |
#workflow_type=(value) ⇒ String (readonly)
Returns Workflow type.
197 |
# File 'lib/temporalio/worker/tuner.rb', line 197 Workflow = Data.define(:workflow_type, :sticky?) |