Module: Temporalio::Worker::Tuner::SlotSupplier::Custom::SlotInfo
- Defined in:
- lib/temporalio/worker/tuner.rb
Overview
Slot information.
Defined Under Namespace
Classes: Activity, LocalActivity, Nexus, Workflow
Instance Attribute Summary collapse
-
#activity_type ⇒ String
Activity type.
-
#operation ⇒ String
Nexus operation.
-
#service ⇒ String
Nexus service.
-
#sticky? ⇒ Boolean
Whether the slot was for a sticky task.
-
#workflow_type ⇒ String
Workflow type.
Instance Attribute Details
#activity_type ⇒ String
203 |
# File 'lib/temporalio/worker/tuner.rb', line 203 Activity = Data.define(:activity_type) |
#operation ⇒ String
217 |
# File 'lib/temporalio/worker/tuner.rb', line 217 Nexus = Data.define(:service, :operation) |
#service ⇒ String
217 |
# File 'lib/temporalio/worker/tuner.rb', line 217 Nexus = Data.define(:service, :operation) |
#sticky? ⇒ Boolean
197 |
# File 'lib/temporalio/worker/tuner.rb', line 197 Workflow = Data.define(:workflow_type, :sticky?) |
#workflow_type ⇒ String
197 |
# File 'lib/temporalio/worker/tuner.rb', line 197 Workflow = Data.define(:workflow_type, :sticky?) |