wu-sheng commented on a change in pull request #1001: Fix Auhentication token
works incorrect
URL:
https://github.com/apache/incubator-skywalking/pull/1001#discussion_r178225862
##########
File path:
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/Interceptor.java
##########
@@ -0,0 +1,10 @@
+package org.apache.skywalking.apm.agent.core.remote;
+
+import io.grpc.Channel;
+
+/**
+ * @author zhang xin
+ */
+public interface Interceptor {
+ Channel intercept(Channel channel);
Review comment:
Based on Channel as input and output args, this class is a
`ChannelDecorator`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services