Expand description
§Transport Common Types
Shared types and utilities used across all transport implementations.
Structs§
- Default
Transport Type Detector - Default transport detector using environment detection.
- System
Timestamp Generator - Default timestamp generator using system clock.
- Uuid
Correlation IdGenerator - Default correlation ID generator using UUID v4.
Enums§
- Transport
Type - Transport type enumeration.
Traits§
- Correlation
IdGenerator - Generator trait for correlation IDs.
- Timestamp
Generator - Generator trait for timestamps.
- Transport
Type Detector - Transport type detector.
Type Aliases§
- Correlation
Id - Correlation ID type.
- Timestamp
- Timestamp type.