@FunctionalInterface public interface GlobalServerInterceptorConfigurer
ServerInterceptors.| Modifier and Type | Method and Description |
|---|---|
void |
configureServerInterceptors(List<io.grpc.ServerInterceptor> interceptors)
Configures the given list of server interceptors, possibly adding new elements, removing unwanted elements, or
reordering the existing ones.
|
void configureServerInterceptors(List<io.grpc.ServerInterceptor> interceptors)
interceptors - A mutable list of server interceptors to configure.