summaryrefslogtreecommitdiffstats
path: root/service-monitor/src/main/java/com/yahoo/vespa/service/monitor/internal/MonitorManager.java
blob: 49863672c43ad19568e01982df06e0bbf18e14e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.service.monitor.internal;// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

import com.yahoo.config.model.api.SuperModelListener;
import com.yahoo.vespa.service.monitor.ServiceStatusProvider;

/**
 * @author hakon
 */
public interface MonitorManager extends SuperModelListener, ServiceStatusProvider {
}