Class FilibusterClientInterceptor

  • All Implemented Interfaces:
    io.grpc.ClientInterceptor

    public class FilibusterClientInterceptor
    extends java.lang.Object
    implements io.grpc.ClientInterceptor
    • Field Detail

      • serviceName

        protected java.lang.String serviceName
      • disableServerCommunication

        public static java.lang.Boolean disableServerCommunication
      • disableInstrumentation

        public static java.lang.Boolean disableInstrumentation
    • Constructor Detail

      • FilibusterClientInterceptor

        public FilibusterClientInterceptor()
      • FilibusterClientInterceptor

        public FilibusterClientInterceptor​(java.lang.String serviceName)
    • Method Detail

      • interceptCall

        public <REQUEST,​RESPONSE> io.grpc.ClientCall<REQUEST,​RESPONSE> interceptCall​(io.grpc.MethodDescriptor<REQUEST,​RESPONSE> method,
                                                                                                 io.grpc.CallOptions callOptions,
                                                                                                 io.grpc.Channel next)
        Specified by:
        interceptCall in interface io.grpc.ClientInterceptor