getInterceptors method

Iterable<Interceptor> getInterceptors()

Implementation

Iterable<Interceptor> getInterceptors() {
  return _interceptors;
}