aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerService.java
blob: b4246d5c03da862cd7d73635d826a5670a5e092b (plain)
1
2
3
4
5
6
7
package org.onap.vid.scheduler;

import org.onap.vid.model.probes.ExternalComponentStatus;

public interface SchedulerService {
    ExternalComponentStatus probeGetSchedulerChangeManagements();
}