We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb1ef2 commit 8d3dfa2Copy full SHA for 8d3dfa2
Sources/GRPCCore/Call/Server/ServerInterceptorPipelineOperation.swift
@@ -15,12 +15,12 @@
15
*/
16
17
/// A `ServerInterceptorPipelineOperation` describes to which RPCs a server interceptor should be applied.
18
-///
+///
19
/// You can configure a server interceptor to be applied to:
20
/// - all RPCs and services;
21
/// - requests directed only to specific services registered with your server; or
22
/// - requests directed only to specific methods (of a specific service).
23
24
/// - SeeAlso: ``ServerInterceptor`` for more information on server interceptors.
25
public struct ServerInterceptorPipelineOperation: Sendable {
26
/// The subject of a ``ServerInterceptorPipelineOperation``.
0 commit comments