
com.automationrockstars.gunter.events.resource.Resource Maven / Gradle / Ivy
The newest version!
/*
*
*/
package com.automationrockstars.gunter.events.resource;
import com.automationrockstars.gunter.events.Event;
import java.util.Map;
public interface Resource extends Event {
String getHostName();
String getMetricType();
Map getSample();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy