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 IHealthCheckRegistry
getHealthcheckRegistry()
Get the health check registry.IMetricsRegistry
getMetricsRegistry()
Get the metrics registry.IThreadPoolRegistry
getThreadPoolRegistry()
Get the thread pool registry.
-
-
-
Method Detail
-
getHealthcheckRegistry
public IHealthCheckRegistry getHealthcheckRegistry()
Description copied from interface:IServerRegistries
Get the health check registry.- Specified by:
getHealthcheckRegistry
in interfaceIServerRegistries
- Returns:
- The health check registry.
-
getMetricsRegistry
public IMetricsRegistry getMetricsRegistry()
Description copied from interface:IServerRegistries
Get the metrics registry.- Specified by:
getMetricsRegistry
in interfaceIServerRegistries
- Returns:
- The metrics registry.
-
getThreadPoolRegistry
public IThreadPoolRegistry getThreadPoolRegistry()
Description copied from interface:IServerRegistries
Get the thread pool registry.- Specified by:
getThreadPoolRegistry
in interfaceIServerRegistries
- Returns:
- The thread pool registry.
-
-