| | |
| | | package com.yeshi.fanli.service.inter.monitor;
|
| | |
|
| | | import com.yeshi.fanli.entity.monitor.ClientAPIMonitor;
|
| | |
|
| | | /**
|
| | | * 监控服务
|
| | | * |
| | | * @author Administrator
|
| | | *
|
| | | */
|
| | | public interface MonitorService {
|
| | |
|
| | | /**
|
| | | * 添加客户端API的监控
|
| | | * |
| | | * @param monitor
|
| | | */
|
| | | public void addClientAPIMonitor(ClientAPIMonitor monitor);
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.service.inter.monitor; |
| | | |
| | | import com.yeshi.fanli.entity.monitor.ClientAPIMonitor; |
| | | |
| | | /** |
| | | * 监控服务 |
| | | * |
| | | * @author Administrator |
| | | * |
| | | */ |
| | | public interface MonitorService { |
| | | |
| | | /** |
| | | * 添加客户端API的监控 |
| | | * |
| | | * @param monitor |
| | | */ |
| | | public void addClientAPIMonitor(ClientAPIMonitor monitor); |
| | | |
| | | } |