Package dev.galasa.framework.spi
Interface IMetricsProvider
public interface IMetricsProvider
-
Method Summary
Modifier and TypeMethodDescriptionboolean
initialise
(IFramework framework, IMetricsServer metricsServer) void
shutdown()
void
start()
-
Method Details
-
initialise
boolean initialise(IFramework framework, IMetricsServer metricsServer) throws MetricsServerException - Throws:
MetricsServerException
-
start
void start() -
shutdown
void shutdown()
-