Interface IServerRegistries

  • All Known Implementing Classes:
    ServerRegistries

    public interface IServerRegistries
    Registry for all server registries.
    Since:
    8.2.0
    • 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.