类 ServerInterceptor

java.lang.Object
com.alibaba.nacos.istio.server.ServerInterceptor
所有已实现的接口:
io.grpc.ServerInterceptor

@Component public class ServerInterceptor extends Object implements io.grpc.ServerInterceptor
作者:
special.fy
  • 构造器详细资料

    • ServerInterceptor

      public ServerInterceptor()
  • 方法详细资料

    • interceptCall

      public <R, T> io.grpc.ServerCall.Listener<R> interceptCall(io.grpc.ServerCall<R,T> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<R,T> next)
      指定者:
      interceptCall 在接口中 io.grpc.ServerInterceptor