Package de.xima.fc.system.server.api
Interface IServerRegistries
-
- All Known Implementing Classes:
ServerRegistries
public interface IServerRegistriesRegistry for all server registries.- Since:
- 8.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IHealthCheckRegistrygetHealthcheckRegistry()Get the health check registry.IMetricsRegistrygetMetricsRegistry()Get the metrics registry.IThreadPoolRegistrygetThreadPoolRegistry()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.
-
-