Expand description
Layer
is the mechanism to intercept operations.
Modules§
- observe
- OpenDAL Observability
Structs§
- Capability
Check Layer - Add an extra capability check layer for every operation
- Concurrent
Limit Layer - Add concurrent request limit.
- Http
Client Layer - Layer for replacing the default HTTP client with a custom one.
- Immutable
Index Layer - Add an immutable in-memory index for underlying storage services.
- Logging
Layer - Add log for every operation.
- Retry
Layer - Add retry for temporary failed operations.
- Timeout
Layer - Add timeout for every operation to avoid slow or unexpected hang operations.
Traits§
- Logging
Interceptor - LoggingInterceptor is used to intercept the log.
- Retry
Interceptor - RetryInterceptor is used to intercept while retry happened.