Skip to content

Commit

Permalink
openapi添加消费者监控
Browse files Browse the repository at this point in the history
  • Loading branch information
江楠 committed Sep 15, 2020
1 parent 1a9c4f6 commit ea207ed
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);
}

/**
*
* 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 ea207ed

Please sign in to comment.