All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.automationrockstars.gunter.events.resource.Resource Maven / Gradle / Ivy

package com.automationrockstars.gunter.events.resource;

import java.util.Map;

import com.automationrockstars.gunter.events.Event;

public interface Resource extends Event{

	String getHostName();
	String getMetricType();
	Map getSample();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy