public class GlobalGrpcInterceptorRegistry extends Object
| 构造器和说明 |
|---|
GlobalGrpcInterceptorRegistry(GrpcPlusProperties properties,
org.springframework.context.ApplicationContext applicationContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.common.collect.ImmutableList<io.grpc.ServerInterceptor> |
getServerInterceptors() |
protected List<io.grpc.ServerInterceptor> |
initServerInterceptors() |
void |
sortInterceptors(List<? extends io.grpc.ServerInterceptor> interceptors) |
public GlobalGrpcInterceptorRegistry(GrpcPlusProperties properties, org.springframework.context.ApplicationContext applicationContext)
public com.google.common.collect.ImmutableList<io.grpc.ServerInterceptor> getServerInterceptors()
protected List<io.grpc.ServerInterceptor> initServerInterceptors()
public void sortInterceptors(List<? extends io.grpc.ServerInterceptor> interceptors)
Copyright © 2022. All rights reserved.