mirror of https://github.com/grpc/grpc-java.git
core: fix missing comment for headers param
This commit is contained in:
parent
f5f560ad36
commit
10291d5ccc
|
|
@ -42,6 +42,8 @@ public interface ServerInterceptor {
|
|||
* call} on another thread.
|
||||
*
|
||||
* @param call object to receive response messages
|
||||
* @param headers which can contain extra call metadata from {@link ClientCall#start},
|
||||
* e.g. authentication credentials.
|
||||
* @param next next processor in the interceptor chain
|
||||
* @return listener for processing incoming messages for {@code call}, never {@code null}.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue