Expand description
Client traits and implementations for queue operations.
Structs§
- Queue
Client Factory - Factory for creating queue clients with appropriate providers
- Standard
Queue Client - Standard queue client implementation
Traits§
- Queue
Client - Main interface for queue operations across all providers
- Queue
Provider - Interface implemented by specific queue providers (Azure, AWS, etc.)
- Session
Client - Interface for session-based ordered message processing
- Session
Provider - Interface implemented by provider-specific session implementations