blob: ee9e1b68d2d0ffc41df40b98248ae4af6ddf0dfd [file] [log] [blame]
package org.apache.airavata.helix.cluster.monitoring;
public interface PlatformMonitor {
public void monitor(ErrorNotifier notifier);
}