Class: Temporalio::Worker::Tuner::SlotSupplier::Custom::SlotInfo::Workflow

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/worker/tuner.rb

Overview

Information about a workflow slot.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#sticky?Object (readonly)

Returns the value of attribute sticky?

Returns:

  • (Object)

    the current value of sticky?



197
# File 'lib/temporalio/worker/tuner.rb', line 197

Workflow = Data.define(:workflow_type, :sticky?)

#workflow_typeObject (readonly)

Returns the value of attribute workflow_type

Returns:

  • (Object)

    the current value of 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.

Returns:

  • (Boolean)

    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.

Returns:

  • (String)

    Workflow type.



197
# File 'lib/temporalio/worker/tuner.rb', line 197

Workflow = Data.define(:workflow_type, :sticky?)