Class: ActiveJob::Temporal::JobPayloadChainBuilder::ChainStepRoutingJob

Inherits:
Struct
  • Object
show all
Defined in:
lib/activejob/temporal/job_payload_chain_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



10
11
12
# File 'lib/activejob/temporal/job_payload_chain_builder.rb', line 10

def priority
  @priority
end

#queue_nameObject

Returns the value of attribute queue_name

Returns:

  • (Object)

    the current value of queue_name



10
11
12
# File 'lib/activejob/temporal/job_payload_chain_builder.rb', line 10

def queue_name
  @queue_name
end