Class ContextServerInterceptor

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

@Deprecated public abstract class ContextServerInterceptor extends Object implements ServerInterceptor
Deprecated.
instead use Vert.x gRPC
An abstract interceptor that allows capturing data from the metadata to the vertx context so it can be used later on the asynchronous APIs.
  • Constructor Details

    • ContextServerInterceptor

      public ContextServerInterceptor()
      Deprecated.
  • Method Details