Class ServicePaths

java.lang.Object
org.kiwiproject.registry.model.ServicePaths

public final class ServicePaths extends Object
Model defining various known paths used by services
  • Field Details

    • DEFAULT_HOMEPAGE_PATH

      public static final String DEFAULT_HOMEPAGE_PATH
      The default path to the main API of the service.
      See Also:
    • DEFAULT_STATUS_PATH

      public static final String DEFAULT_STATUS_PATH
      The default path to a status page for the service.
      See Also:
    • DEFAULT_HEALTHCHECK_PATH

      public static final String DEFAULT_HEALTHCHECK_PATH
      The default path to a health check page for the service.
      See Also:
  • Method Details