Expand description
§TransportStrategy Trait
Defines the core trait that all transport implementations must implement. This trait provides a unified, transport-agnostic interface for sending requests and notifications, with optional event streaming capabilities.
All transports must be async and thread-safe (Send + Sync).
Structs§
- Transport
Capabilities - Transport capabilities and limits.
- Transport
Metrics - Transport performance metrics.
Enums§
- Circuit
Breaker State - Circuit breaker state.
- Transport
Error Code - Transport-specific error codes.
Traits§
- Transport
Strategy - Core transport strategy trait.