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

org.metricssampler.service.Bootstrapper Maven / Gradle / Ivy

The newest version!
package org.metricssampler.service;

import org.metricssampler.config.Configuration;
import org.metricssampler.resources.SharedResource;
import org.metricssampler.sampler.Sampler;

import java.util.Map;

public interface Bootstrapper extends GlobalObjectFactory {
	Configuration getConfiguration();
	Iterable getSamplers();
	int getControlPort();
	String getControlHost();
	void shutdown();
	Map getSharedResources();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy