Package 

Class FloconGrpcInterceptor

  • All Implemented Interfaces:
    io.grpc.ClientInterceptor

    
    public final class FloconGrpcInterceptor
     implements ClientInterceptor
                        
    • Method Summary

      Modifier and Type Method Description
      <ReqT extends Any, RespT extends Any> ClientCall<ReqT, RespT> interceptCall(MethodDescriptor<ReqT, RespT> method, CallOptions callOptions, Channel next)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FloconGrpcInterceptor

        FloconGrpcInterceptor(Function1<String, Boolean> shouldExcludeField)