Class FilibusterServerInvocationInterceptor

  • All Implemented Interfaces:
    io.grpc.ServerInterceptor

    public class FilibusterServerInvocationInterceptor
    extends java.lang.Object
    implements io.grpc.ServerInterceptor
    • Constructor Detail

      • FilibusterServerInvocationInterceptor

        public FilibusterServerInvocationInterceptor​(java.lang.String packageName)
      • FilibusterServerInvocationInterceptor

        public FilibusterServerInvocationInterceptor​(java.lang.Class clazz)
      • FilibusterServerInvocationInterceptor

        public FilibusterServerInvocationInterceptor​(java.util.List<java.lang.Class> clazzes)
    • Method Detail

      • interceptCall

        public <REQUEST,​RESPONSE> io.grpc.ServerCall.Listener<REQUEST> interceptCall​(io.grpc.ServerCall<REQUEST,​RESPONSE> call,
                                                                                           io.grpc.Metadata metadata,
                                                                                           io.grpc.ServerCallHandler<REQUEST,​RESPONSE> next)
        Specified by:
        interceptCall in interface io.grpc.ServerInterceptor