作者 crossoverJie

:bulb: Documenting source code.

@@ -48,6 +48,7 @@ public class IndexController { @@ -48,6 +48,7 @@ public class IndexController {
48 BaseResponse<SendMsgResVO> res = new BaseResponse(); 48 BaseResponse<SendMsgResVO> res = new BaseResponse();
49 heartbeatClient.sendMsg(new CustomProtocol(sendMsgReqVO.getId(),sendMsgReqVO.getMsg())) ; 49 heartbeatClient.sendMsg(new CustomProtocol(sendMsgReqVO.getId(),sendMsgReqVO.getMsg())) ;
50 50
  51 + // 利用 actuator 来自增
51 counterService.increment(Constants.COUNTER_CLIENT_PUSH_COUNT); 52 counterService.increment(Constants.COUNTER_CLIENT_PUSH_COUNT);
52 53
53 SendMsgResVO sendMsgResVO = new SendMsgResVO() ; 54 SendMsgResVO sendMsgResVO = new SendMsgResVO() ;