# Functions

StreamAuthorizeInterceptor returns a func that uses given authenticator in processing stream requests.
StreamCrashInterceptor catches panics in processing stream requests and recovers.
UnaryAuthorizeInterceptor returns a func that uses given authenticator in processing unary requests.
UnaryCrashInterceptor catches panics in processing unary requests and recovers.
UnaryPrometheusInterceptor returns a func that reports to the prometheus server.
UnarySheddingInterceptor returns a func that does load shedding on processing unary requests.
UnaryStatInterceptor returns a func that uses given metrics to report stats.
UnaryTimeoutInterceptor returns a func that sets timeout to incoming unary requests.
UnaryTracingInterceptor returns a func that handles tracing with given service name.