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

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

Overview

Information about a local activity slot.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#activity_typeObject (readonly)

Returns the value of attribute activity_type

Returns:

  • (Object)

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

Returns:

  • (String)

    Activity type.



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

LocalActivity = Data.define(:activity_type)