Class: Synapse::ProcessManager::Correlation

Inherits:
Struct
  • Object
show all
Defined in:
lib/synapse/process_manager/correlation.rb

Overview

Combination key and value that is used to correlate incoming events with process instance

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



4
5
6
# File 'lib/synapse/process_manager/correlation.rb', line 4

def key
  @key
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



4
5
6
# File 'lib/synapse/process_manager/correlation.rb', line 4

def value
  @value
end