public class BlockingServerInterceptor extends Object implements io.grpc.ServerInterceptor
Modifier and Type | Method and Description |
---|---|
<ReqT,RespT> |
interceptCall(io.grpc.ServerCall<ReqT,RespT> serverCall,
io.grpc.Metadata metadata,
io.grpc.ServerCallHandler<ReqT,RespT> serverCallHandler) |
static io.grpc.ServerInterceptor |
wrap(Vertx vertx,
io.grpc.ServerInterceptor interceptor) |
public static io.grpc.ServerInterceptor wrap(Vertx vertx, io.grpc.ServerInterceptor interceptor)
public <ReqT,RespT> io.grpc.ServerCall.Listener<ReqT> interceptCall(io.grpc.ServerCall<ReqT,RespT> serverCall, io.grpc.Metadata metadata, io.grpc.ServerCallHandler<ReqT,RespT> serverCallHandler)
interceptCall
in interface io.grpc.ServerInterceptor
Copyright © 2022 Eclipse. All rights reserved.