getInterceptors method

List<SSEInterceptor> getInterceptors()

Implementation

List<SSEInterceptor> getInterceptors() {
  return _sseInterceptors;
}