Module: CommandTower::Messaging::Contract::Observability::Correlation

Defined in:
app/services/command_tower/messaging/contract/observability/correlation.rb

Class Method Summary collapse

Class Method Details

.resolveObject



10
11
12
13
14
# File 'app/services/command_tower/messaging/contract/observability/correlation.rb', line 10

def resolve
  CommandTower::Current.correlation_id.presence ||
    CommandTower::Current.request_id.presence ||
    SecureRandom.uuid
end