Class: Temporalio::Internal::Bridge::Runtime::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/internal/bridge/runtime.rb

Instance Attribute Summary collapse

Instance Attribute Details

#telemetryObject

Returns the value of attribute telemetry

Returns:

  • (Object)

    the current value of telemetry



7
8
9
# File 'lib/temporalio/internal/bridge/runtime.rb', line 7

def telemetry
  @telemetry
end

#worker_heartbeat_intervalObject

Returns the value of attribute worker_heartbeat_interval

Returns:

  • (Object)

    the current value of worker_heartbeat_interval



7
8
9
# File 'lib/temporalio/internal/bridge/runtime.rb', line 7

def worker_heartbeat_interval
  @worker_heartbeat_interval
end