Skip to main content

CorrelationId

Type Alias CorrelationId 

Source
pub type CorrelationId = String;
Expand description

Correlation ID type.

Used to uniquely identify requests and match responses to requests.

Aliased Typeยง

pub struct CorrelationId { /* private fields */ }