Class: Temporalio::Client::Interceptor::FetchActivityOutcomeInput

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/client/interceptor.rb

Overview

Input for Outbound#fetch_activity_outcome. Used by ActivityHandle#result for long-polling the activity outcome via PollActivityExecution.

Instance Attribute Summary collapse

Instance Attribute Details

#activity_idObject (readonly)

Returns the value of attribute activity_id

Returns:

  • (Object)

    the current value of activity_id



322
323
324
# File 'lib/temporalio/client/interceptor.rb', line 322

def activity_id
  @activity_id
end

#activity_run_idObject (readonly)

Returns the value of attribute activity_run_id

Returns:

  • (Object)

    the current value of activity_run_id



322
323
324
# File 'lib/temporalio/client/interceptor.rb', line 322

def activity_run_id
  @activity_run_id
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



322
323
324
# File 'lib/temporalio/client/interceptor.rb', line 322

def rpc_options
  @rpc_options
end