Skip to content

Commit

Permalink
add desc see from (#1596)
Browse files Browse the repository at this point in the history
Co-authored-by: Logic <[email protected]>
  • Loading branch information
Ceilzcx and zqr10159 authored Mar 2, 2024
1 parent 549b3f0 commit 7b2e144
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

/**
* remoting service interface
* @see <a href="https://github.com/apache/rocketmq/blob/develop/remoting/src/main/java/org/apache/rocketmq/remoting/RemotingService.java">RemotingService</a>
*/
public interface RemotingService {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

/**
* netty remote abstract
* 参考: org.apache.rocketmq.remoting.netty.NettyRemotingAbstract
* @see <a href="https://github.com/apache/rocketmq/blob/develop/remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRemotingAbstract.java">NettyRemotingAbstract</a>
*/
@Slf4j
public abstract class NettyRemotingAbstract implements RemotingService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

/**
* netty client
* @see <a href="https://github.com/apache/rocketmq/blob/develop/remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRemotingClient.java">NettyRemotingClient</a>
*/
@Slf4j
public class NettyRemotingClient extends NettyRemotingAbstract implements RemotingClient {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

/**
* netty remoting processor
* @see <a href="https://github.com/apache/rocketmq/blob/develop/remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRequestProcessor.java">NettyRequestProcessor</a>
*/
public interface NettyRemotingProcessor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@

/**
* netty server
* @see <a href="https://github.com/apache/rocketmq/blob/develop/remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRemotingServer.java">NettyRemotingServer</a>
*/
@Slf4j
public class NettyRemotingServer extends NettyRemotingAbstract implements RemotingServer {
Expand Down

0 comments on commit 7b2e144

Please sign in to comment.