![JAR search and dependency download from the Maven repository](/logo.png)
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