Skip to content

Commit

Permalink
openapi添加消费者监控 (#307)
Browse files Browse the repository at this point in the history
* broker管理接口修改
* openapi添加消费者监控
* openapi添加消费者监控
  • Loading branch information
iamazy authored Sep 22, 2020
1 parent 0331c9e commit 002ad5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,11 @@ public List<ApplicationToken> tokens(String app) {

}

@Override
public BrokerMonitorRecord brokerMonitor(Subscribe subscribe) {
return brokerMonitorService.find(subscribe, true);
}

/**
*
* Check the subscription legal or not
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,7 @@ public interface OpenAPIService {
**/
List<ApplicationToken> tokens(String app);

BrokerMonitorRecord brokerMonitor(Subscribe subscribe);


}

0 comments on commit 002ad5b

Please sign in to comment.