You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// An interceptor is called around the corresponding [ServiceMethod] invocation.
37
+
/// If the interceptor throws [GrpcError], the error will be returned as a response. [ServiceMethod] wouldn't be called if the error is thrown before calling the invoker.
38
+
/// If the interceptor modifies the provided stream, the invocation will continue with the provided stream.
0 commit comments