Package de.xima.fc.system.impl.server
Class ServerRegistries
- java.lang.Object
 - 
- de.xima.fc.system.impl.server.ServerRegistries
 
 
- 
- All Implemented Interfaces:
 IServerRegistries
@Named @Default @Eager @ApplicationScoped public class ServerRegistries extends Object implements IServerRegistries
 
- 
- 
Constructor Summary
Constructors Constructor Description ServerRegistries() 
- 
Method Summary
All Methods Instance Methods Concrete 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
public IHealthCheckRegistry getHealthcheckRegistry()
Description copied from interface:IServerRegistriesGet the health check registry.- Specified by:
 getHealthcheckRegistryin interfaceIServerRegistries- Returns:
 - The health check registry.
 
 
- 
getMetricsRegistry
public IMetricsRegistry getMetricsRegistry()
Description copied from interface:IServerRegistriesGet the metrics registry.- Specified by:
 getMetricsRegistryin interfaceIServerRegistries- Returns:
 - The metrics registry.
 
 
- 
getThreadPoolRegistry
public IThreadPoolRegistry getThreadPoolRegistry()
Description copied from interface:IServerRegistriesGet the thread pool registry.- Specified by:
 getThreadPoolRegistryin interfaceIServerRegistries- Returns:
 - The thread pool registry.
 
 
 - 
 
 -