Searched refs:helperForMethod (Results 1 – 1 of 1) sorted by relevance
64 BinlogHelper helperForMethod = factory.getLog(fullMethodName); in getServerInterceptor() local65 if (helperForMethod == null) { in getServerInterceptor()68 return helperForMethod.getServerInterceptor(getServerCallId()); in getServerInterceptor()75 BinlogHelper helperForMethod = factory.getLog(fullMethodName); in getClientInterceptor() local76 if (helperForMethod == null) { in getClientInterceptor()79 return helperForMethod.getClientInterceptor(getClientCallId(callOptions)); in getClientInterceptor()