Class: Temporalio::Worker::Tuner::SlotSupplier::Custom::SlotInfo::LocalActivity
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Tuner::SlotSupplier::Custom::SlotInfo::LocalActivity
- Defined in:
- lib/temporalio/worker/tuner.rb
Overview
Information about a local activity slot.
Instance Attribute Summary collapse
-
#activity_type ⇒ Object
readonly
Returns the value of attribute activity_type.
Instance Method Summary collapse
-
#activity_type(value) ⇒ String
readonly
Activity type.
Instance Attribute Details
#activity_type ⇒ Object (readonly)
Returns the value of attribute activity_type
209 |
# File 'lib/temporalio/worker/tuner.rb', line 209 LocalActivity = Data.define(:activity_type) |
Instance Method Details
#activity_type=(value) ⇒ String (readonly)
Returns Activity type.
209 |
# File 'lib/temporalio/worker/tuner.rb', line 209 LocalActivity = Data.define(:activity_type) |