Class BlockingServerInterceptor

java.lang.Object
io.vertx.grpc.BlockingServerInterceptor
All Implemented Interfaces:
ServerInterceptor

@Deprecated public class BlockingServerInterceptor extends Object implements ServerInterceptor
Deprecated.
instead use Vert.x gRPC
Wraps the ServerInterceptor and executes it on worker thread. All incoming events will be deferred until the interception is completed.
Author:
Pavel Kopachevskiy, Ruslan Sennov