Class: Temporalio::Client::Interceptor::UnpauseActivityInput

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

Overview

Input for Outbound#unpause_activity.

WARNING: Standalone Activities are experimental.

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



334
335
336
# File 'lib/temporalio/client/interceptor.rb', line 334

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



334
335
336
# File 'lib/temporalio/client/interceptor.rb', line 334

def activity_run_id
  @activity_run_id
end

#jitterObject (readonly)

Returns the value of attribute jitter

Returns:

  • (Object)

    the current value of jitter



334
335
336
# File 'lib/temporalio/client/interceptor.rb', line 334

def jitter
  @jitter
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



334
335
336
# File 'lib/temporalio/client/interceptor.rb', line 334

def reason
  @reason
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



334
335
336
# File 'lib/temporalio/client/interceptor.rb', line 334

def rpc_options
  @rpc_options
end