Package de.xima.fc.system.server.api
Interface IServerRegistries
-
- All Known Implementing Classes:
ServerRegistries
public interface IServerRegistries
Registry for all server registries.- Since:
- 8.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IHealthCheckRegistry
getHealthcheckRegistry()
Get the health check registry.IMetricsRegistry
getMetricsRegistry()
Get the metrics registry.IThreadPoolRegistry
getThreadPoolRegistry()
Get the thread pool registry.
-
-
-
Method Detail
-
getHealthcheckRegistry
IHealthCheckRegistry getHealthcheckRegistry()
Get the health check registry.- Returns:
- The health check registry.
-
getThreadPoolRegistry
IThreadPoolRegistry getThreadPoolRegistry()
Get the thread pool registry.- Returns:
- The thread pool registry.
-
getMetricsRegistry
IMetricsRegistry getMetricsRegistry()
Get the metrics registry.- Returns:
- The metrics registry.
-
-