Interface HttpJsonInterceptorProvider


  • @BetaApi("The surface for adding custom interceptors is not stable yet and may change in the future.")
    public interface HttpJsonInterceptorProvider
    Provider of custom REST ClientInterceptors.
    • Method Detail

      • getInterceptors

        java.util.List<HttpJsonClientInterceptor> getInterceptors()
        Get the list of client interceptors.
        Returns:
        interceptors