interceptors property

List<SdkInterceptor> interceptors
final

Interceptors executed in registration order.

Request interceptors run after auth headers are attached. Response interceptors receive normalized transport responses.

Implementation

final List<SdkInterceptor> interceptors;