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

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

Overview

Information about an 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



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

Activity = Data.define(:activity_type)

Instance Method Details

#activity_type=(value) ⇒ String (readonly)

Returns Activity type.

Returns:

  • (String)

    Activity type.



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

Activity = Data.define(:activity_type)